-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
rc
-
generic
-
generic
http://java.sun.com/j2se/1.5.0/ja/docs/ja/api/java/lang/Character.UnicodeBlock.html#forName(java.lang.String)
------
This method accepts block names in the following forms:
1. Canonical block names as defined by the Unicode Standard. For example, the standard defines a "Basic Latin" block. Therefore, this method accepts "Basic Latin" as a valid block name. The documentation of each UnicodeBlock provides the canonical name.
2. Canonical block names with all spaces removed. For example, "BasicLatin" is a valid block name for the "Basic Latin" block.
------
In Japanese translation, "Basic Latin" has been translated to [Kihon Latin]. But I think it is better not to translate it. I'd like to keep a block name which can be used as an argument of forName() even in Japanese translation.
------
This method accepts block names in the following forms:
1. Canonical block names as defined by the Unicode Standard. For example, the standard defines a "Basic Latin" block. Therefore, this method accepts "Basic Latin" as a valid block name. The documentation of each UnicodeBlock provides the canonical name.
2. Canonical block names with all spaces removed. For example, "BasicLatin" is a valid block name for the "Basic Latin" block.
------
In Japanese translation, "Basic Latin" has been translated to [Kihon Latin]. But I think it is better not to translate it. I'd like to keep a block name which can be used as an argument of forName() even in Japanese translation.