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: 13868 $" />
      8 	<transforms>
      9 		<transform source="nv" target="nv_FONIPA" direction="forward" alias="nv-fonipa-t-nv">
     10 			<tRule><![CDATA[
     11 ::Lower;
     12 ::NFC;
     13 
     14 # References
     15 # [1] https://en.wikipedia.org/wiki/Navajo_language#Orthography
     16 # [2] https://en.wikipedia.org/wiki/Navajo_phonology
     17 
     18 $apostrophe = [  \'];
     19 
     20   ;
     21   ;
     22   ;
     23 aa  ;
     24   ;
     25   ;
     26   ;
     27 a  ;
     28 
     29   ;
     30   ;
     31   ;
     32 ee  e;
     33   ;
     34   ;
     35   ;
     36 e  e;
     37 
     38   ;
     39   ;
     40   ;
     41 ii  ;
     42   ;
     43   ;
     44   ;
     45 i  ;
     46 
     47   ;
     48   ;
     49   ;
     50 oo  o;
     51   ;
     52   ;
     53   ;
     54 o  o;
     55 
     56 $apostrophe  ;
     57 b  p;
     58 ch $apostrophe  t;
     59 ch  t;
     60 dl  t;
     61 dz  ts; 
     62 d  t;
     63 gh  ;
     64 g  k;
     65 hw  x;
     66 h  h;
     67 j  t;
     68 k $apostrophe  k;
     69 kw  kx;
     70 k  kx;
     71 l  l;
     72   ;
     73 m  m;
     74 n  n;
     75 sh  ;
     76 s  s;
     77 t $apostrophe  t;
     78 t  t;
     79 ts $apostrophe  ts;
     80 ts  ts;
     81 t $apostrophe  t;
     82 t  tx;
     83 w  w;
     84 x  x;
     85 y  j;
     86 zh  ;
     87 z  z;
     88 
     89 ::NULL;
     90 
     91 {} [{} {} {} {o}]  ;
     92 
     93 			]]></tRule>
     94 		</transform> 
     95 	</transforms>
     96 </supplementalData>
     97