Skip to content

Commit

Permalink
* enc/trans/emoji.trans: fix nomap_table.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Mar 14, 2010
1 parent a3d0a21 commit ff39d22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sun Mar 14 15:46:09 2010 Tanaka Akira <[email protected]>

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

Sun Mar 14 09:50:03 2010 Nobuyoshi Nakada <[email protected]>

* compile.c (insn_data_to_s_detail), iseq.c (insn_operand_intern):
Expand Down
2 changes: 1 addition & 1 deletion enc/trans/emoji.trans
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit ff39d22

Please sign in to comment.