Welcome to mirror list, hosted at ThFree Co, Russian Federation.

root.xml « supp « locale-builder « tools - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 664e75f3af29a7a875f29ddb4c5502c80f6abb5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" ?>

<ldml>
  <dates>
    <symbols>
      <dateSeparator>/</dateSeparator>
      <timeSeparator>:</timeSeparator>
    </symbols>
  </dates>
  <numbers>
    <symbols>
      <nan>NaN</nan>
      <infinity>Infinity</infinity>
    </symbols>
  </numbers>
</ldml>