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:
naruse 2009-01-03 14:12:39 +00:00
parent 9282f9f9d4
commit 1240916075
1 changed files with 2 additions and 2 deletions

View File

@ -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")