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 a470c51 commit f22fcc2Copy full SHA for f22fcc2
src/mbyte.c
@@ -405,6 +405,7 @@ enc_alias_table[] =
405
{"unix-jis", IDX_EUC_JP},
406
{"ujis", IDX_EUC_JP},
407
{"shift-jis", IDX_SJIS},
408
+ {"pck", IDX_SJIS}, /* Sun: PCK */
409
{"euckr", IDX_EUC_KR},
410
{"5601", IDX_EUC_KR}, /* Sun: KS C 5601 */
411
{"euccn", IDX_EUC_CN},
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 520,
746
/**/
747
519,
748
0 commit comments