* enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2008-01-28 08:57:40 +00:00
parent fee57bb8c8
commit 2f961c1f37
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Jan 28 17:54:15 2008 NARUSE, Yui <naruse@ruby-lang.org>
* enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000.
Mon Jan 28 17:41:19 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* enc/utf_8.c: add alias CP65001.

5
enc/utf_7.h Normal file
View File

@ -0,0 +1,5 @@
#include "regenc.h"
/* dummy for unsupported, statefull encoding */
ENC_DUMMY("UTF-7");
ENC_ALIAS("CP65000", "UTF-7");