summaryrefslogtreecommitdiffstats
path: root/enc/utf_7.h
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-28 08:57:40 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-28 08:57:40 +0000
commit02b6cfc9559522ab7227927b1e4977d2af993597 (patch)
tree7120b27fc650233edff2be77d6ae1625cc9b3bd5 /enc/utf_7.h
parente2452a239f74a864d77d2378b036d6d6eeead0d1 (diff)
downloadruby-02b6cfc9559522ab7227927b1e4977d2af993597.tar.gz
ruby-02b6cfc9559522ab7227927b1e4977d2af993597.tar.xz
ruby-02b6cfc9559522ab7227927b1e4977d2af993597.zip
* enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/utf_7.h')
-rw-r--r--enc/utf_7.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/enc/utf_7.h b/enc/utf_7.h
new file mode 100644
index 000000000..fa9f06b1b
--- /dev/null
+++ b/enc/utf_7.h
@@ -0,0 +1,5 @@
+#include "regenc.h"
+/* dummy for unsupported, statefull encoding */
+ENC_DUMMY("UTF-7");
+ENC_ALIAS("CP65000", "UTF-7");
+