File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,7 @@ Adal Chiriliuc
322
322
Matt Chisholm
323
323
Lita Cho
324
324
Kit Yan Choi
325
+ Byeongmin Choi
325
326
Sayan Chowdhury
326
327
Yuan-Chao Chou
327
328
Anders Chrigström
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ ENCODER(euc_kr)
60
60
}
61
61
else {
62
62
/* Mapping is found in CP949 extension,
63
- but we encode it in KS X 1001:1998 Annex 3 ,
63
+ but we encode it in KS X 1001:1998,
64
64
make-up sequence for EUC-KR. */
65
65
66
66
REQUIRE_OUTBUF (8 );
@@ -120,7 +120,7 @@ DECODER(euc_kr)
120
120
121
121
if (c == EUCKR_JAMO_FIRSTBYTE &&
122
122
INBYTE2 == EUCKR_JAMO_FILLER ) {
123
- /* KS X 1001:1998 Annex 3 make-up sequence */
123
+ /* KS X 1001:1998 make-up sequence */
124
124
DBCHAR cho , jung , jong ;
125
125
126
126
REQUIRE_INBUF (8 );
You can’t perform that action at this time.
0 commit comments