Skip to content

Commit f22fcc2

Browse files
committed
updated for version 7.4.520
Problem: Sun PCK locale is not recognzed. Solution: Add PCK in the table. (Keiichi Oono)
1 parent a470c51 commit f22fcc2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/mbyte.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ enc_alias_table[] =
405405
{"unix-jis", IDX_EUC_JP},
406406
{"ujis", IDX_EUC_JP},
407407
{"shift-jis", IDX_SJIS},
408+
{"pck", IDX_SJIS}, /* Sun: PCK */
408409
{"euckr", IDX_EUC_KR},
409410
{"5601", IDX_EUC_KR}, /* Sun: KS C 5601 */
410411
{"euccn", IDX_EUC_CN},

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
520,
744746
/**/
745747
519,
746748
/**/

0 commit comments

Comments
 (0)