mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 00:43:32 +00:00
ICU-1880 remove escaping of spaces (\\<space>) in favor of quoting the whole string, so that Java can process test resource bundles (a\\<space>b -> 'a<space>b')
X-SVN-Rev: 9439
This commit is contained in:
parent
7de935a168
commit
69d22e1603
1 changed files with 15 additions and 15 deletions
|
@ -204,32 +204,32 @@
|
|||
"HAANDV\u00c6RKSBANKEN<"
|
||||
"karl<"
|
||||
"Karl<"
|
||||
"NIELS\\ J\u00d8RGEN<"
|
||||
"'NIELS J\u00d8RGEN'<"
|
||||
"NIELS-J\u00d8RGEN<"
|
||||
"NIELSEN<"
|
||||
"R\u00c9E,\\ A<"
|
||||
"REE,\\ B<"
|
||||
"R\u00c9E,\\ L<"
|
||||
"REE,\\ V<"
|
||||
"SCHYTT,\\ B<"
|
||||
"SCHYTT,\\ H<"
|
||||
"SCH\u00dcTT,\\ H<"
|
||||
"SCHYTT,\\ L<"
|
||||
"SCH\u00dcTT,\\ M<"
|
||||
"'R\u00c9E, A'<"
|
||||
"'REE, B'<"
|
||||
"'R\u00c9E, L'<"
|
||||
"'REE, V'<"
|
||||
"'SCHYTT, B'<"
|
||||
"'SCHYTT, H'<"
|
||||
"'SCH\u00dcTT, H'<"
|
||||
"'SCHYTT, L'<"
|
||||
"'SCH\u00dcTT, M'<"
|
||||
"SS<"
|
||||
"\u00df<"
|
||||
"SSA<"
|
||||
"STORE\\ VILDMOSE<"
|
||||
"'STORE VILDMOSE'<"
|
||||
"STOREK\u00c6R0<"
|
||||
"STORM\\ PETERSEN<"
|
||||
"'STORM PETERSEN'<"
|
||||
"STORMLY<"
|
||||
"THORVALD<"
|
||||
"THORVARDUR<"
|
||||
"THYGESEN<"
|
||||
"\u00feORVAR\u00d0UR<"
|
||||
"VESTERG\u00c5RD,\\ A<"
|
||||
"VESTERGAARD,\\ A<"
|
||||
"VESTERG\u00c5RD,\\ B<"
|
||||
"'VESTERG\u00c5RD, A'<"
|
||||
"'VESTERGAARD, A'<"
|
||||
"'VESTERG\u00c5RD, B'<"
|
||||
"\u00c6BLE<"
|
||||
"\u00c4BLE<"
|
||||
"\u00d8BERG<"
|
||||
|
|
Loading…
Add table
Reference in a new issue