Closed GoogleCodeExporter closed 8 years ago
Changing Version of Unicode cause this issue.
General Category of 0x30FB(・) is Connector_Punctuation (Java6 : Unicode 4.0),
but it's Other_Punctuation (Java7 : Unicode 6.0).
See: http://www.unicode.org/reports/tr44/tr44-4.html#Change_History
attached files:
issue28_punctuation.patch - patch file
java6_katakana_list.txt - java6 Character.getType list( 0x30A0-0x30FF)
java7_katakana_list.txt - java7 Character.getType list( 0x30A0-0x30FF)
Original comment by johtani
on 4 Apr 2012 at 2:19
Attachments:
commit
trunk r187 r188
4x r189
Original comment by johtani
on 4 Apr 2012 at 2:59
Original issue reported on code.google.com by
johtani
on 1 Apr 2012 at 6:23