mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-04 22:58:19 +08:00
http://hipbyte.myjetbrains.com/youtrack/issue/RM-257 'あ' => \U+FFE3 When shift 0xFF (with char type) to the right, we will retrive 0xFFFFFFFF (with int type). So we need a mask as 0x0F.