File: dsb-dsb_FONIPA.xml

package info (click to toggle)
python-babel 2.6.0%2Bdfsg.1-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164,640 kB
  • sloc: xml: 1,848,178; python: 11,849; makefile: 213; sh: 44
file content (84 lines) | stat: -rw-r--r-- 1,880 bytes parent folder | download | duplicates (3)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
<!-- Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html -->
<supplementalData>
	<version number="$Revision: 12243 $" />
	<transforms>
		<transform source="dsb" target="dsb_FONIPA" direction="forward" draft="contributed" alias="dsb-fonipa-t-dsb">
			<tRule>
# Transforms Lower Sorbian (dsb) to its IPA transcription (dsb_FONIPA).
# http://en.wikipedia.org/wiki/Sorbian_alphabet

# Transform input to normalized form NFC, and to lowercase.
::NFC;
::Lower;

a → a ;
b́ → bʲ ; # old spelling
bj → bʲ ; # modern spelling
b → b ;
ch → x ;
č → t \u0361 ʃ ; # affricate indicated by ligature tie
ć → t \u0361 ɕ ; # affricate indicated by ligature tie
c → t \u0361 s ; # affricate indicated by ligature tie
dź → d \u0361 ʑ ; # affricate indicated by ligature tie
d → d ;
ě → iɪ̯;
e → ɛ ;
f → f ;
g → ɡ ;
h → h ;
i → i ;
j → j ;
k → k ;
ł → v ;
l → l ;
ḿ → mʲ ; # old spelling
mj → mʲ ; # modern spelling
m → m ;
ń → ɲ ;
n → n ;
ó → ɛ ;
o → ɔ ;
ṕ → pʲ ; # old spelling
pj → pʲ ; # modern spelling
p → p ;
ř → ʃ ;
ŕ → rʲ ;
r → r ;
š → ʃ ;
ś → ɕ ;
s → s ;
t → t ;
u → u ;
ẃ → wʲ ; # old spelling
wj → wʲ ; # modern spelling
w → w ;
y → ɨ ;
ž → ʒ ;
ź → ʑ ;
z → z ;

::NFC;

# Assimilation.
b } [k] → p ;
d } [k] → t ;
ʃt͡ɕ → ɕt͡ɕ ;

# Final de-voicing.
b } [$] → p ;
d \u0361 z } [$] → t \u0361 s ;
d } [$] → t ;
ɡ } [$] → k ;
v } [$] → f ;
w } [$] → f ;
ʑ } [$] → ɕ ;
z } [$] → s ;
ʒ } [$] → ʃ ;
			</tRule>
		</transform>
	</transforms>
</supplementalData>