• 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-2018 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="" />
8	<transforms>
9		<transform source="ug" target="ug_FONIPA" direction="forward" draft="contributed" alias="ug-fonipa-t-ug">
10			<tRule><![CDATA[
11# Uyghur to phonemic transcription
12# Alphabet http://learn101.org/uyghur_alphabet.php + youtube video https://youtu.be/dw1DVFgC8x0
13# Vowel-consonant harmony in Uyghur. Laura Becker http://home.uni-leipzig.de/lbecker/papers/VowelConsHarmonyUyghur.pdf
14# Shadike, Muhetaer & Wasili, Buheliqiguli. (2014). Acoustic Articulatory of Uyghur Phonetics. Applied Mechanics and Materials. 519→520. 762→766. 10.4028/www.scientific.net/AMM.519→520.762.
15# https://kuscholarworks.ku.edu/bitstream/handle/1808/5624/EngYakDwy2009_Uyg1full_10.pdf?seque
16#
17# Originally prepared by Alina Korshunova <alinakor2202@gmail.com>
18# as part of her internship at PanLex (panlex.org)
19
20ئ → ʔ;
21ا → a;
22ە → ‎ɛ;
23ب‎ → b;
24پ → p;
25ت → t;
26ج → d͡ʒ;
27چ → t͡ʃ;
28خ → x;
29د → d;
30ر → r;
31ز → z;
32ژ → ʒ;
33س → s;
34ش → ʃ;
35غ → ʁ;
36ف → f;
37ق → q;
38ك → k;
39گ → ɡ;
40ڭ → ŋ;
41ل → l;
42م → m;
43ن → n;
44ھ → h;
45و → o;
46ۇ → u;
47ۆ → ø;
48ۈ → y;
49ۋ → w;
50ې → e;
51ى → i;
52ي → j;
53
54# Handle geminated consonants
55::Null;
56bb → bː;
57pp → pː;
58tt } [^\u0361] → tː; # make sure not to consume tt͡ʃ
59d͡ʒd͡ʒ → d͡ʒː;
60t͡ʃt͡ʃ → t͡ʃː;
61xx → xː;
62dd } [^\u0361] → dː; # make sure not to consume dd͡ʒ
63rr → rː;
64zz → zː;
65ʒʒ → ʒː;
66ss → sː;
67ʃʃ → ʃː;
68ʁʁ → ʁː;
69ff → fː;
70qq → qː;
71kk → kː;
72ɡɡ → ɡː;
73ŋŋ → ŋː;
74ll → lː;
75mm → mː;
76nn → nː;
77hh → hː;
78ww → wː;
79jj → jː;
80
81            ]]></tRule>
82        </transform>
83    </transforms>
84</supplementalData>