gh-101863: Fix wrong comments in EUC-KR codec (gh-102417)

This commit is contained in:
Byeongmin Choi 2023-03-05 01:01:54 +09:00 committed by GitHub
parent 90801e48fd
commit 77a3196b7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -322,6 +322,7 @@ Adal Chiriliuc
Matt Chisholm
Lita Cho
Kit Yan Choi
Byeongmin Choi
Sayan Chowdhury
Yuan-Chao Chou
Anders Chrigström

View file

@ -60,7 +60,7 @@ ENCODER(euc_kr)
}
else {
/* Mapping is found in CP949 extension,
but we encode it in KS X 1001:1998 Annex 3,
but we encode it in KS X 1001:1998,
make-up sequence for EUC-KR. */
REQUIRE_OUTBUF(8);
@ -120,7 +120,7 @@ DECODER(euc_kr)
if (c == EUCKR_JAMO_FIRSTBYTE &&
INBYTE2 == EUCKR_JAMO_FILLER) {
/* KS X 1001:1998 Annex 3 make-up sequence */
/* KS X 1001:1998 make-up sequence */
DBCHAR cho, jung, jong;
REQUIRE_INBUF(8);