blob: 58954a8bd4a8969f107309090fb0b7a9b167ac2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
// ***************************************************************************
// *
// * Copyright (C) 2007 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File:<path>/common/collation/sk.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: <path>/xml/collation/sk.xml
*/
sk{
Version{"1.25"}
collations{
standard{
Sequence{
"&A<ä<<<Ä"
"&C<č<<<Č"
"&D<đ<<<Đ"
"&H<ch<<<cH<<<Ch<<<CH"
"&L<ł<<<Ł"
"&O<ô<<<Ô"
"&R<ř<<<Ř"
"&S<š<<<Š"
"&Z<ž<<<Ž<ż<<<Ż"
}
Version{"1.5"}
}
}
}
|