* locale.cc (print_charmaps): Add EUC-CN and GB2312.
This commit is contained in:
parent
68b0fa820d
commit
0b66e4d7aa
@ -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".
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user