• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# © 2016 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html
3# Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
4#
5# File: es_419_ar.txt
6# Generated from CLDR
7#
8
9$Boundary =  [^[:L:][:M:][:N:]];
10$Vowel = [i e o u a];
11::es-es_FONIPA;
12::es_FONIPA-es_419_FONIPA;
13# In Arabic transcription of Spanish, un-stressed [e] should be treated
14# like [ə] which gets stripped off.  However, we currently do have not
15# have a good way of finding stress in Spanish words.  In the long term,
16# it would be _much_ better to look at stress markers, but for now
17# we do this trivial heuristics to find unstressed [e] in the first
18# syllable.
19$Boundary [^Vowel] {e} [^$Vowel]* $Vowel → ə;
20::und_FONIPA-ar;
21
22