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
322322Matt Chisholm
323323Lita Cho
324324Kit Yan Choi
325+ Byeongmin Choi
325326Sayan Chowdhury
326327Yuan-Chao Chou
327328Anders Chrigström
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ ENCODER(euc_kr)
6060 }
6161 else {
6262 /* 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,
6464 make-up sequence for EUC-KR. */
6565
6666 REQUIRE_OUTBUF (8 );
@@ -120,7 +120,7 @@ DECODER(euc_kr)
120120
121121 if (c == EUCKR_JAMO_FIRSTBYTE &&
122122 INBYTE2 == EUCKR_JAMO_FILLER ) {
123- /* KS X 1001:1998 Annex 3 make-up sequence */
123+ /* KS X 1001:1998 make-up sequence */
124124 DBCHAR cho , jung , jong ;
125125
126126 REQUIRE_INBUF (8 );
You can’t perform that action at this time.
0 commit comments