Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90801e4 commit 77a3196Copy full SHA for 77a3196
2 files changed
Misc/ACKS
@@ -322,6 +322,7 @@ Adal Chiriliuc
322
Matt Chisholm
323
Lita Cho
324
Kit Yan Choi
325
+Byeongmin Choi
326
Sayan Chowdhury
327
Yuan-Chao Chou
328
Anders Chrigström
Modules/cjkcodecs/_codecs_kr.c
@@ -60,7 +60,7 @@ ENCODER(euc_kr)
60
}
61
else {
62
/* Mapping is found in CP949 extension,
63
- but we encode it in KS X 1001:1998 Annex 3,
+ but we encode it in KS X 1001:1998,
64
make-up sequence for EUC-KR. */
65
66
REQUIRE_OUTBUF(8);
@@ -120,7 +120,7 @@ DECODER(euc_kr)
120
121
if (c == EUCKR_JAMO_FIRSTBYTE &&
122
INBYTE2 == EUCKR_JAMO_FILLER) {
123
- /* KS X 1001:1998 Annex 3 make-up sequence */
+ /* KS X 1001:1998 make-up sequence */
124
DBCHAR cho, jung, jong;
125
126
REQUIRE_INBUF(8);
0 commit comments