ICU-4890 Add exceptions for the new ISO 15924 script tags.
X-SVN-Rev: 19385
This commit is contained in:
parent
af4d11cd28
commit
fe86158252
@ -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…
Reference in New Issue
Block a user