mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
cldrbug 231: add en_US_POSIX so that boundaries data can be generated
X-SVN-Rev: 16822
This commit is contained in:
parent
1c1587c5e2
commit
142ffdc7d7
1 changed files with 21 additions and 0 deletions
21
icu4c/source/data/xml/main/en_US_POSIX.xml
Normal file
21
icu4c/source/data/xml/main/en_US_POSIX.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.unicode.org/cldr/dtd/1.1/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://oss.software.ibm.com/cvs/icu/~checkout~/locale/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0"/>
|
||||
<generation date="2004-11-11" />
|
||||
<language type="en" />
|
||||
<territory type="US" />
|
||||
<variant type="POSIX" />
|
||||
</identity>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:boundaries>
|
||||
<icu:word icu:class="RuleBased" icu:import="word_POSIX"/>
|
||||
</icu:boundaries>
|
||||
</special>
|
||||
</ldml>
|
Loading…
Add table
Reference in a new issue