• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
3<!-- Copyright © 1991-2013 Unicode, Inc.
4CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
5For terms of use, see http://www.unicode.org/copyright.html -->
6<supplementalData>
7	<version number="$Revision: 12243 $" />
8	<transforms>
9		<transform source="la" target="la_FONIPA" direction="forward" draft="contributed" alias="la-fonipa-t-la">
10			<tRule>
11# Transformation from Latin (la) to its IPA transcription (la_FONIPA).
12# http://en.wikipedia.org/wiki/Latin_spelling_and_pronunciation
13# http://en.wikipedia.org/wiki/Wikipedia:IPA_for_Latin
14#
15# These rules follow the Wikipedia description of the presumed pronunciation
16# of Classical Latin. This is different from Medieval Latin, and it is also
17# different from the ecclesiastical pronunciation used by the Roman Catholic
18# church.
19
20::Lower;
21::NFC;
22
23$vowel = [aáàăāeéèĕēiíìĭīoóòŏōuúùŭūæœ];
24$end_of_word = [$ ];
25
26ae → aj;
27av → aw;
28æ → aj; # 19th century English orthography
29ā → aː;
30[aáàă] → a;
31b → b;
32ch → kʰ; # Greek loanwoards
33c → k;
34d → d;
35ev → ew;
36ē → eː;
37[eéèĕ] → ɛ;
38f → f;
39{g} n → ŋ; # eg. agnus
40g → ɡ;
41h → h;
42ī → iː;
43{[iíìĭ]} $vowel → j; # eg. cuius
44[iíìĭ] → ɪ;
45k → k;
46l → l;
47m → m;
48{n} [bpfm] → m; # eg. infirmus
49{n} [gckq] → ŋ; # eg. quinque
50n → n;
51œ → oj; # 19th century English orthography
52oe → oj;
53ō → oː;
54[oóòŏ] → ɔ;
55ph → pʰ; # Greek loanwords
56p → p;
57qu → kʷ;
58qv → kʷ;
59rh → rʰ; # Greek loanwords
60r → r;
61s → s;
62th → tʰ; # Greek loanwords
63t → t;
64ū → uː;
65[uúùŭ] → ʊ;
66{v} $vowel → w;
67v → u;
68xs → ks; # Old Latin spelling
69x → ks;
70y → y; # Greek loanwords
71z → d͡z; # eg. zerum
72
73::Null;
74
75# Gemination of double consonants.
76# http://en.wikipedia.org/wiki/Latin_spelling_and_pronunciation#Double_consonants
77
78bb → bː;
79dd → dː;
80ɡɡ → ɡː;
81hh → hː;
82kk → kː;
83ll → lː;
84mm → mː;
85nn → nː;
86pp → pː;
87rr → rː;
88ss → sː;
89tt → tː;
90
91# Velarization of [l].
92# http://en.wikipedia.org/wiki/Latin_spelling_and_pronunciation#cite_note-20
93{l} [^aeɛiouː] → ɫ;
94
95::NFC;
96			</tRule>
97		</transform>
98	</transforms>
99</supplementalData>
100