зеркало из https://github.com/github/ruby.git
* 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:
Родитель
fee57bb8c8
Коммит
2f961c1f37
|
@ -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.
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#include "regenc.h"
|
||||
/* dummy for unsupported, statefull encoding */
|
||||
ENC_DUMMY("UTF-7");
|
||||
ENC_ALIAS("CP65000", "UTF-7");
|
||||
|
Загрузка…
Ссылка в новой задаче