ICU-4890 Add exceptions for the new ISO 15924 script tags.

X-SVN-Rev: 19385
This commit is contained in:
Eric Mader 2006-03-20 20:21:43 +00:00
parent af4d11cd28
commit fe86158252

View File

@ -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 ")
};