1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> 3<!-- 4Copyright © 1991-2013 Unicode, Inc. 5CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 6For terms of use, see http://www.unicode.org/copyright.html 7--> 8<supplementalData> 9 <version number="$Revision: 12243 $"/> 10 <transforms> 11 <transform source="cs" target="cs_FONIPA" direction="forward" alias="cs-fonipa-t-cs"> 12 <tRule> 13# Tranformation from Czech to Czech in IPA transcription (cs_FONIPA). 14# The transcription is not fully phonemic since we mark allophonic variations 15# of /m/, /n/, /x/ and /ɦ/. 16# 17# http://en.wikipedia.org/wiki/Czech_alphabet 18# http://en.wikipedia.org/wiki/Czech_language#Phonology 19# http://en.wikipedia.org/wiki/Czech_orthography 20# 21# Transform input to normalized form NFC, and to lowercase. 22 23::NFC; 24::Lower; 25# 26# 27 28# 29# 30# Digraphs. 31# 32 33ch } [ bdďjlmnňrřvwzž ] → ɣ ; 34ch → x ; 35dě → ɟɛ ; 36mě → mɲɛ ; 37tě → cɛ ; 38ně → ɲɛ ; 39dž → d \u0361 ʒ; # affricate indicated by ligature tie 40dz → d \u0361 z; # affricate indicated by ligature tie 41# 42# 43# 44 45a → a ; 46á → aː ; 47b → b ; 48c → t \u0361 s; # affricate indicated by ligature tie 49č → t \u0361 ʃ; # affricate indicated by ligature tie 50d → d ; 51ď → ɟ ; 52e → ɛ ; 53é → ɛː ; 54ě → jɛ ; 55f → f ; 56g → ɡ ; 57h } [cčfkpqsštťx] → h ; 58h → ɦ ; 59i → ɪ ; 60í → iː ; 61j → j ; 62k → k ; 63l → l ; 64m } [fvw] → ɱ ; 65m → m ; 66n } [gkqx] → ŋ ; 67n → n ; 68ň → ɲ ; 69o → o ; 70ó → oː ; 71p → p ; 72q → kv ; 73r → r ; 74ř → r̝ ; 75s → s ; 76š → ʃ ; 77t → t ; 78ť → c ; 79u → u ; 80ú → uː ; 81ů → uː ; 82v → v ; 83w → v ; 84x → ks ; 85y → ɪ ; 86ý → iː ; 87z → z ; 88ž → ʒ ; 89 </tRule> 90 </transform> 91 </transforms> 92</supplementalData> 93