]>
Commit | Line | Data |
---|---|---|
9f1b1155 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
3 | en_CN{ | |
4 | Currencies{ | |
5 | CNY{ | |
6 | "¥", | |
7 | "Chinese Yuan", | |
8 | } | |
9 | JPY{ | |
10 | "JP¥", | |
11 | "Japanese Yen", | |
12 | } | |
13 | KRW{ | |
14 | "₩", | |
15 | "South Korean Won", | |
16 | } | |
17 | USD{ | |
18 | "US$", | |
19 | "US Dollar", | |
20 | } | |
21 | } | |
340931cb | 22 | Version{"36.1"} |
9f1b1155 | 23 | } |