mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Allow GB18030 locale
This commit is contained in:
parent
a03081087c
commit
6557df8216
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118147
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user