blob: 848d4f4620ddd6e6b0b5a995c0d666c44c4ad761 (
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
31
32
33
34
35
36
37
38
39
40
41
|
// ***************************************************************************
// *
// * 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/sv.xml
// *
// ***************************************************************************
/**
* ICU <specials> source: <path>/xml/collation/sv.xml
*/
sv{
Version{"1.25"}
collations{
default{"reformed"}
reformed{
Sequence{
"&D<<đ<<<Đ<<ð<<<Ð"
"&t<<<þ/h"
"&T<<<Þ/H"
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ʒ<å<<<Å<ä<<<Ä<<æ<<<Æ<<ę<<<Ę<ö<<<Ö<<ø<<<Ø<<ő<<<Ő<<œ<<<Œ<<ô"
"<<<Ô"
}
Version{"1.5"}
}
standard{
Sequence{
"&D<<đ<<<Đ<<ð<<<Ð"
"&t<<<þ/h"
"&T<<<Þ/H"
"&v<<<w"
"&V<<<W"
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ʒ<å<<<Å<ä<<<Ä<<æ<<<Æ<<ę<<<Ę<ö<<<Ö<<ø<<<Ø<<ő<<<Ő<<œ<<<Œ<<ô"
"<<<Ô"
}
Version{"1.5"}
}
}
}
|