* locale.cc (print_charmaps): Add EUC-CN and GB2312.

This commit is contained in:
Corinna Vinschen 2010-03-27 21:08:02 +00:00
parent 68b0fa820d
commit 0b66e4d7aa
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-03-27 Corinna Vinschen <corinna@vinschen.de>
* locale.cc (print_charmaps): Add EUC-CN and GB2312.
2010-03-24 Corinna Vinschen <corinna@vinschen.de> 2010-03-24 Corinna Vinschen <corinna@vinschen.de>
* regtool.cc (find_key): Fix allocation size of "value". * regtool.cc (find_key): Fix allocation size of "value".

View File

@ -414,8 +414,10 @@ print_charmaps ()
"CP866", "CP866",
"CP874", "CP874",
"CP932", "CP932",
"EUC-CN",
"EUC-JP", "EUC-JP",
"EUC-KR", "EUC-KR",
"GB2312",
"GBK", "GBK",
"GEORGIAN-PS", "GEORGIAN-PS",
"ISO-8859-1", "ISO-8859-1",