UNPKG

larvitgeodata

Version:

Geo data, primarily ISO territories, languages etc. Data fetched mostly from CLDR.

95 lines (94 loc) 3.02 kB
<?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: 11914 $"/> <transforms> <transform source="cs" target="cs_FONIPA" direction="forward"> <comment> # Copyright (C) 2010 Google, Inc. All Rights Reserved. # Author: sascha@google.com (Sascha Brawer) # # Tranformation 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. </comment> <tRule>::NFC;</tRule> <tRule>::Lower;</tRule> <comment> # </comment> <comment> # # Digraphs. # </comment> <tRule>ch } [ bdďjlmnňrřvwzž ] → ɣ ;</tRule> <tRule>ch → x ;</tRule> <tRule>dě → ɟɛ ;</tRule> <tRule>mě → mɲɛ ;</tRule> <tRule>tě → cɛ ;</tRule> <tRule>ně → ɲɛ ;</tRule> <tRule>dž → d \u0361 ʒ; # affricate indicated by ligature tie</tRule> <tRule>dz → d \u0361 z; # affricate indicated by ligature tie</tRule> <comment> # # </comment> <tRule>a → a ;</tRule> <tRule>á → aː ;</tRule> <tRule>b → b ;</tRule> <tRule>c → t \u0361 s; # affricate indicated by ligature tie</tRule> <tRule>č → t \u0361 ʃ; # affricate indicated by ligature tie</tRule> <tRule>d → d ;</tRule> <tRule>ď → ɟ ;</tRule> <tRule>e → ɛ ;</tRule> <tRule>é → ɛː ;</tRule> <tRule>ě → jɛ ;</tRule> <tRule>f → f ;</tRule> <tRule>g → ɡ ;</tRule> <tRule>h } [cčfkpqsštťx] → h ;</tRule> <tRule>h → ɦ ;</tRule> <tRule>i → ɪ ;</tRule> <tRule>í → iː ;</tRule> <tRule>j → j ;</tRule> <tRule>k → k ;</tRule> <tRule>l → l ;</tRule> <tRule>m } [fvw] → ɱ ;</tRule> <tRule>m → m ;</tRule> <tRule>n } [gkqx] → ŋ ;</tRule> <tRule>n → n ;</tRule> <tRule>ň → ɲ ;</tRule> <tRule>o → o ;</tRule> <tRule>ó → oː ;</tRule> <tRule>p → p ;</tRule> <tRule>q → kv ;</tRule> <tRule>r → r ;</tRule> <tRule>ř → r̝ ;</tRule> <tRule>s → s ;</tRule> <tRule>š → ʃ ;</tRule> <tRule>t → t ;</tRule> <tRule>ť → c ;</tRule> <tRule>u → u ;</tRule> <tRule>ú → uː ;</tRule> <tRule>ů → uː ;</tRule> <tRule>v → v ;</tRule> <tRule>w → v ;</tRule> <tRule>x → ks ;</tRule> <tRule>y → ɪ ;</tRule> <tRule>ý → iː ;</tRule> <tRule>z → z ;</tRule> <tRule>ž → ʒ ;</tRule> </transform> </transforms> </supplementalData>