* enc/trans/emoji.trans: fix nomap_table.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2010-03-14 06:49:22 +00:00
parent a3d0a213dc
commit ff39d22c33
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Mar 14 15:46:09 2010 Tanaka Akira <akr@fsij.org>
* enc/trans/emoji.trans: fix nomap_table.
Sun Mar 14 09:50:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* compile.c (insn_data_to_s_detail), iseq.c (insn_operand_intern):

View File

@ -6,7 +6,7 @@
nomap_table = [
["{00-7f}", :nomap],
["{c2-df}{80-bf}", :nomap0],
["e0{a0-df}{80-bf}", :nomap0],
["e0{a0-bf}{80-bf}", :nomap0],
["{e1-ec}{80-bf}{80-bf}", :nomap0],
["ed{80-9f}{80-bf}", :nomap0],
["{ee-ef}{80-bf}{80-bf}", :nomap0],