diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-29 10:05:39 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-29 10:05:39 +0000 |
| commit | 625642c92721f814ef36fffa9bb977f7b7120a6a (patch) | |
| tree | ac6e90e7c4923896822183d12498156a8bb542c1 /enc | |
| parent | 4abcf0906bca0503b20abb2fc18a9361bf38384f (diff) | |
| download | ruby-625642c92721f814ef36fffa9bb977f7b7120a6a.tar.gz ruby-625642c92721f814ef36fffa9bb977f7b7120a6a.tar.xz ruby-625642c92721f814ef36fffa9bb977f7b7120a6a.zip | |
* enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'.
* common.mk: add rules for transdb.h.
* transcode.c (init_transcoder_table): use transdb.h.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc')
| -rw-r--r-- | enc/trans/japanese.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/trans/japanese.c b/enc/trans/japanese.c index e523ca710..fbd7937d0 100644 --- a/enc/trans/japanese.c +++ b/enc/trans/japanese.c @@ -13364,7 +13364,7 @@ rb_to_SHIFT_JIS = { }; static const rb_transcoder rb_to_Windows_31J = { - "UTF-8", "Windows_31J", &to_SHIFT_JIS, 2, 1, + "UTF-8", "Windows-31J", &to_SHIFT_JIS, 2, 1, NULL, NULL, }; |
