mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
change encoding name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9282f9f9d4
commit
1240916075
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#include "transcode_data.h"
|
||||
|
||||
<%
|
||||
transcode_tblgen "EUC-CN", "UTF-8",
|
||||
transcode_tblgen "GB2312", "UTF-8",
|
||||
[["{00-7f}", :nomap]] +
|
||||
citrus_decode_mapsrc("euc", 0x8080, "GB2312/UCS")
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
[["{00-7f}", :nomap]] +
|
||||
citrus_decode_mapsrc("euc", 0x8080, "GB12345/UCS")
|
||||
|
||||
transcode_tblgen "UTF-8", "EUC-CN",
|
||||
transcode_tblgen "UTF-8", "GB2312",
|
||||
[["{00-7f}", :nomap]] +
|
||||
citrus_decode_mapsrc("euc", 0x8080, "UCS/GB2312")
|
||||
|
||||
|
|
Loading…
Reference in a new issue