mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
fee57bb8c8
commit
2f961c1f37
2 changed files with 9 additions and 0 deletions
|
@ -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
5
enc/utf_7.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include "regenc.h"
|
||||
/* dummy for unsupported, statefull encoding */
|
||||
ENC_DUMMY("UTF-7");
|
||||
ENC_ALIAS("CP65000", "UTF-7");
|
||||
|
Loading…
Reference in a new issue