• 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-2015 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: 12347 $" />
8	<transforms>
9		<transform source="kk" target="kk_FONIPA" direction="forward" alias="kk-fonipa-t-kk">
10			<tRule><![CDATA[
11# http://en.wikipedia.org/wiki/Kazakh_language#Phonology
12#
13# Output:
14#     m n ŋ
15#     p b t d k ɡ q ɢ
16#     f v x h
17#     s z ʃ ʒ ɕ t͡s t͡ɕ
18#     j w l ɾ
19#     ʉ ʊ ɘ ə ɛ æ ɑ
20#     i̯ɘ y̯ʉ u̯ʊ
21
22::NFC;
23::Lower;
24
25ә → æ;
26а → ɑ;
27п → p;
28б → b;
29д → d;
30е → i̯ɘ;
31г → ɡ;
32ғ → ɢ;
33һ → h;
34і → ɘ;
35й → j;
36к → k;
37қ → q;
38л → l;
39м → m;
40н → n;
41ң → ŋ;
42р → ɾ;
43с → s;
44т → t;
45у → w;
46з → z;
47ш → ʃ;
48ж → ʒ;
49ы → ə;
50ө → y̯ʉ;
51о → u̯ʊ;
52ү → ʉ;
53ұ → ʊ;
54
55# Some characters that are not really Kazakh, but appear frequently
56# in Kazakh-language text as part of loanwords.
57в → v;
58и → i;
59ц → t͡s;
60ч → t͡ɕ;
61щ → ɕ;
62х → x;
63ф → f;
64э → ɛ;
65ю → ju;
66я → jɑ;
67ё → jo;
68
69ъ →;
70ь →;
71\- → ' ';
72
73			]]></tRule>
74		</transform>
75	</transforms>
76</supplementalData>
77