mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-4890 Add exceptions for the new ISO 15924 script tags.
X-SVN-Rev: 19385
This commit is contained in:
parent
af4d11cd28
commit
fe86158252
1 changed files with 3 additions and 1 deletions
|
@ -94,7 +94,9 @@ public class ScriptData extends TagValueData
|
|||
// TODO: short name longer than long name, replace repeated chars w/ space...
|
||||
private ScriptData.TagException exceptions[] = {
|
||||
new ScriptData.TagException("laoo", "lao "),
|
||||
new ScriptData.TagException("yiii", "yi "),
|
||||
new ScriptData.TagException("nkoo", "nko "), // New code from ISO 15924, not sure this will be OT tag
|
||||
new ScriptData.TagException("vaii", "vai "), // New code from ISO 15924, not sure this will be OT tag
|
||||
new ScriptData.TagException("yiii", "yi ")
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue