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
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…
Add table
Add a link
Reference in a new issue