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="hy" target="hy_FONIPA" direction="forward" draft="contributed" alias="hy-fonipa-t-hy">
     10 			<tRule>
     11 # https://en.wikipedia.org/wiki/Armenian_language#Phonology
     12 
     13 ::lower();
     14 
     15 $wordBoundary = [^[:L:][:M:][:N:]];
     16 $vowel = [];
     17 
     18 # Special cases
     19   ov;
     20 
     21   m;
     22   n;
     23 
     24   p;
     25   t;
     26   k;
     27 
     28   b;
     29   d;
     30   ;
     31 
     32   p;
     33   t;
     34   k;
     35 
     36   ts;
     37   t;
     38   dz;
     39 
     40   d;
     41   ts;
     42   t;
     43 
     44   f;
     45   s;
     46   ;
     47   x;
     48   h;
     49 
     50   v;
     51   v;
     52   z;
     53   ;
     54   ;
     55 
     56   l;
     57   j;
     58 
     59   r;
     60   ;
     61 
     62   i;
     63 
     64   u;
     65 $wordBoundary {}  vo;
     66   o;
     67 
     68 $vowel {}  j;
     69 $wordBoundary {}  j;
     70   ;
     71 
     72 $wordBoundary {}   jv;
     73    v;
     74 
     75   ;
     76   ;
     77   o;
     78   a;
     79 			</tRule>
     80 		</transform>
     81 	</transforms>
     82 </supplementalData>
     83