ICU-2484 Added the rare character u umlaut to the character set.
X-SVN-Rev: 10227
This commit is contained in:
parent
13aa90941e
commit
f9f011c17c
@ -269,7 +269,9 @@ es {
|
||||
// LocaleScript{
|
||||
// "Latn", // ISO 15924 Name
|
||||
// }
|
||||
ExemplarCharacters { "[a-z \u00f1 \u00e1 \u00e9 \u00ed \u00f3 \u00fa]" }
|
||||
// u umlaut \u00fc is a rare character.
|
||||
// It can be found in words like multilig\u00fce, ag\u00fcita and Itag\u00fc\u00ed
|
||||
ExemplarCharacters { "[a-z \u00f1 \u00e1 \u00e9 \u00ed \u00f3 \u00fa \u00fc]" }
|
||||
|
||||
//------------------------------------------------------------
|
||||
// Rule Based Number Format Support
|
||||
|
Loading…
Reference in New Issue
Block a user