93 lines
1.8 KiB
XML
93 lines
1.8 KiB
XML
<?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$"/>
|
||
<transforms>
|
||
<transform source="cs" target="cs_FONIPA" direction="forward" alias="cs-fonipa-t-cs">
|
||
<tRule>
|
||
# Transformation from Czech to Czech in IPA transcription (cs_FONIPA).
|
||
# The transcription is not fully phonemic since we mark allophonic variations
|
||
# of /m/, /n/, /x/ and /ɦ/.
|
||
#
|
||
# http://en.wikipedia.org/wiki/Czech_alphabet
|
||
# http://en.wikipedia.org/wiki/Czech_language#Phonology
|
||
# http://en.wikipedia.org/wiki/Czech_orthography
|
||
#
|
||
# Transform input to normalized form NFC, and to lowercase.
|
||
|
||
::NFC;
|
||
::Lower;
|
||
#
|
||
#
|
||
|
||
#
|
||
#
|
||
# Digraphs.
|
||
#
|
||
|
||
ch } [ bdďjlmnňrřvwzž ] → ɣ ;
|
||
ch → x ;
|
||
dě → ɟɛ ;
|
||
mě → mɲɛ ;
|
||
tě → cɛ ;
|
||
ně → ɲɛ ;
|
||
dž → d \u0361 ʒ; # affricate indicated by ligature tie
|
||
dz → d \u0361 z; # affricate indicated by ligature tie
|
||
#
|
||
#
|
||
#
|
||
|
||
a → a ;
|
||
á → aː ;
|
||
b → b ;
|
||
c → t \u0361 s; # affricate indicated by ligature tie
|
||
č → t \u0361 ʃ; # affricate indicated by ligature tie
|
||
d → d ;
|
||
ď → ɟ ;
|
||
e → ɛ ;
|
||
é → ɛː ;
|
||
ě → jɛ ;
|
||
f → f ;
|
||
g → ɡ ;
|
||
h } [cčfkpqsštťx] → h ;
|
||
h → ɦ ;
|
||
i → ɪ ;
|
||
í → iː ;
|
||
j → j ;
|
||
k → k ;
|
||
l → l ;
|
||
m } [fvw] → ɱ ;
|
||
m → m ;
|
||
n } [gkqx] → ŋ ;
|
||
n → n ;
|
||
ň → ɲ ;
|
||
o → o ;
|
||
ó → oː ;
|
||
p → p ;
|
||
q → kv ;
|
||
r → r ;
|
||
ř → r̝ ;
|
||
s → s ;
|
||
š → ʃ ;
|
||
t → t ;
|
||
ť → c ;
|
||
u → u ;
|
||
ú → uː ;
|
||
ů → uː ;
|
||
v → v ;
|
||
w → v ;
|
||
x → ks ;
|
||
y → ɪ ;
|
||
ý → iː ;
|
||
z → z ;
|
||
ž → ʒ ;
|
||
</tRule>
|
||
</transform>
|
||
</transforms>
|
||
</supplementalData>
|