diff options
| -rw-r--r-- | usr.bin/mklocale/yacc.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index 6ec0db3079dc..83625176992d 100644 --- a/usr.bin/mklocale/yacc.y +++ b/usr.bin/mklocale/yacc.y @@ -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); |
