Allow GB18030 locale

This commit is contained in:
Andrey A. Chernov 2003-07-29 07:56:05 +00:00
parent a03081087c
commit 6557df8216
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118147

View File

@ -122,6 +122,7 @@ entry : ENCODING STRING
strcmp($2, "UTF-8") &&
strcmp($2, "EUC") &&
strcmp($2, "GBK") &&
strcmp($2, "GB18030") &&
strcmp($2, "BIG5") &&
strcmp($2, "MSKanji"))
warnx("ENCODING %s is not supported by libc", $2);