1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* enc/trans/emoji.trans: added codepoints leading 0xf4 into nomap_table.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
muraken 2010-03-16 11:18:03 +00:00
parent d4120b1f1d
commit 04d90693dc
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Tue Mar 16 20:13:00 2010 Kenta Murata <mrkn@mrkn.jp>
* enc/trans/emoji.trans: added codepoints leading 0xf4 into
nomap_table.
Tue Mar 16 17:33:30 2010 NARUSE, Yui <naruse@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (VpCtoV): keep e's sign.

View file

@ -12,6 +12,7 @@
["{ee-ef}{80-bf}{80-bf}", :nomap0],
["f0{90-bf}{80-bf}{80-bf}", :nomap0],
["{f1-f3}{80-bf}{80-bf}{80-bf}", :nomap0],
["f4{80-8f}{80-bf}{80-bf}", :nomap0],
]
companies = %w(DoCoMo KDDI SoftBank Unicode)