Home | History | Annotate | Download | only in transforms
      1 <?xml version="1.0" encoding="UTF-8" ?>
      2 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
      3 <!-- Copyright  1991-2015 Unicode, Inc.
      4 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
      5 For 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    ts 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   ts;
     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