2016-06-30 23:41:56 +00:00
|
|
|
# © 2016 and later: Unicode, Inc. and others.
|
2020-09-12 23:48:36 +00:00
|
|
|
# License & terms of use: http://www.unicode.org/copyright.html
|
2020-09-01 06:22:03 +00:00
|
|
|
# Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
|
2016-09-19 05:09:40 +00:00
|
|
|
#
|
2016-02-05 03:37:50 +00:00
|
|
|
# File: es_ar.txt
|
2016-09-19 05:09:40 +00:00
|
|
|
# Generated from CLDR
|
2016-02-05 03:37:50 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
$Boundary = [^[:L:][:M:][:N:]];
|
|
|
|
$Vowel = [i e o u a];
|
|
|
|
::es-es_FONIPA;
|
|
|
|
# In Ararbic transcription of Spanish, un-stressed [e] should be treated
|
|
|
|
# like [ə] which gets stripped off. However, we currently do have not
|
|
|
|
# have a good way of finding stress in Spanish words. In the long term,
|
|
|
|
# it would be _much_ better to look at stress markers, but for now
|
|
|
|
# we do this trivial heuristics to find unstressed [e] in the first
|
|
|
|
# syllable.
|
|
|
|
$Boundary [^Vowel] {e} [^$Vowel]* $Vowel → ə;
|
|
|
|
::und_FONIPA-ar;
|
|
|
|
|