From a6e1effefa802ad31038716500a89beb4a362186 Mon Sep 17 00:00:00 2001 From: davidxu Date: Wed, 5 Nov 2003 22:52:51 +0000 Subject: Add gb2312 encoding. --- usr.bin/mklocale/yacc.y | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin') diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index 8362517..92b4743 100644 --- a/usr.bin/mklocale/yacc.y +++ b/usr.bin/mklocale/yacc.y @@ -123,6 +123,7 @@ entry : ENCODING STRING strcmp($2, "EUC") && strcmp($2, "GBK") && strcmp($2, "GB18030") && + strcmp($2, "GB2312") && strcmp($2, "BIG5") && strcmp($2, "MSKanji")) warnx("ENCODING %s is not supported by libc", $2); -- cgit v1.1