File: en_US_POSIX.xml

package info (click to toggle)
python-babel 2.3.4%2Bdfsg.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 92,908 kB
  • ctags: 1,275
  • sloc: xml: 976,232; python: 10,845; makefile: 213; sh: 44
file content (26 lines) | stat: -rw-r--r-- 751 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldml>
	<identity>
		<version number="$Revision: 11914 $"/>
		<language type="en"/>
		<territory type="US"/>
		<variant type="POSIX"/>
	</identity>
	<segmentations>
		<segmentation type="WordBreak">
			<variables>
				<variable id="$MidLetter">[[$MidLetter]-[\:]]</variable>
				<variable id="$MidNumLet">[[$MidNumLet]-[.]]</variable>
				<variable id="$MidNum">[[$MidNum] [.]]</variable>
			</variables>
		</segmentation>
	</segmentations>
</ldml>