diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-13 20:46:00 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-13 20:46:00 +0000 |
commit | 5b46f99ce1111eec5fc45ea0b9d9631b09aa02d9 () | |
tree | 7703aa64fb18ec9f329857ee7c023031711298b2 /enc/ascii.c | |
parent | 50bbc4e6ae9229907ad08730ab7330024361918a (diff) |
* enc/*.c: add replicas and aliases.
* enc/make_encdb.h: add duplicate and undefined check. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | enc/ascii.c | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -48,3 +48,47 @@ OnigEncodingDefine(ascii, ASCII) = { onigenc_always_true_is_allowed_reverse_match }; ENC_ALIAS("BINARY", "ASCII-8BIT"); |