adiwg-mdcodes 1.1.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77b7ac3a7527e5bdd97e4be62e2271d4e913a984
4
- data.tar.gz: 10805942bbac51cf7cddec86793095d08ffb549e
3
+ metadata.gz: 7413d01150ed5c15a1048f129f2dd7ab3d8bef74
4
+ data.tar.gz: 46678e254ee5f3d2c6293493f8cfe4206a94ffec
5
5
  SHA512:
6
- metadata.gz: 5859c8a2f7128eb0ab6dda56f4c65cae5f9c0d131e0dd91f8ff41f9c1881b60dfcffc4351121b5412ef8296ad586cd207dbbc924cb218dde6e14179a53f21fd3
7
- data.tar.gz: 9c55dc7ed8104882d8b756433f25708fa163af6ebe4a5970a16dee2fde0c8e071aaa7fbeb241b0de44df7779e0da0cea4306ff9ed12be07ddf570b361013ec9c
6
+ metadata.gz: 53ee7ff71ec8e02eb11b128133d0ca971013b977bdba780410ececda015b9c9abad6e8146e8c1a3b476672a87d69b04c285388de9d714f3707a49c2048cbad7b
7
+ data.tar.gz: 0067f84865126555adc052a0be446f5e4d81f4615ae98c544b9af823fba5d7f407486c85f2cd776df0953fc334b5ce12545cb622497943718638b8b865d82124
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "1.0.1",
3
+ "version": "1.2.0",
4
4
  "homepage": "https://github.com/adiwg/mdCodes",
5
5
  "authors": [
6
6
  "Josh Bradley <jbradley@arcticlcc.org>"
@@ -13,11 +13,12 @@
13
13
  # 1.0.1 2015-06-11 added new codes to 'scope'
14
14
  # 1.1.0 2015-07-22 added codelists for cellGeometry, dimensionNameType, imageCondition, coverageContentType
15
15
  # 1.1.0 2015-07-28 added codelists for country, languages
16
+ # 1.1.0 2015-09-18 change source of characterSet from ISO to IANA
16
17
 
17
18
  module ADIWG
18
19
 
19
20
  module Mdcodes
20
- VERSION = "1.1.0"
21
+ VERSION = "1.2.1"
21
22
  end
22
23
 
23
24
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "1.0.1",
3
+ "version": "1.2.0",
4
4
  "description": "CodeLists for ADIwg mdJSON",
5
5
  "repository": {
6
6
  "type": "git",
@@ -4,36 +4,265 @@
4
4
 
5
5
  codelistType: "staticList"
6
6
  codelistName: "iso_characterSet"
7
- source: "ISO"
7
+ source: "Internet Assigned Numbers Authority (IANA)"
8
8
  sourceName: "MD_CharacterSetCode"
9
9
  extensible: true
10
10
  description: "name of the character coding standard used in the resource"
11
11
  codelist:
12
- - {code: "001", codeName: ucs2, description: "16-bit fixed size Universal Character Set, based on ISO/IEC 10646"}
13
- - {code: "002", codeName: ucs4, description: "32-bit fixed size Universal Character Set, based on ISO/IEC 10646"}
14
- - {code: "003", codeName: utf7, description: "7-bit variable size UCS Transfer Format, based on ISO/IEC 10646"}
15
- - {code: "004", codeName: utf8, description: "8-bit variable size UCS Transfer Format, based on ISO/IEC 10646"}
16
- - {code: "005", codeName: utf16, description: "16-bit variable size UCS Transfer Format, based on ISO/IEC 10646"}
17
- - {code: "006", codeName: 8859part1, description: "ISO/IEC 8859-1, Information technology - 8-bit single byte coded graphic character sets - Part 1 : Latin alphabet No.1"}
18
- - {code: "007", codeName: 8859part2, description: "ISO/IEC 8859-2, Information technology - 8-bit single byte coded graphic character sets - Part 2 : Latin alphabet No.2"}
19
- - {code: "008", codeName: 8859part3, description: "ISO/IEC 8859-3, Information technology - 8-bit single byte coded graphic character sets - Part 3 : Latin alphabet No.3"}
20
- - {code: "009", codeName: 8859part4, description: "ISO/IEC 8859-4, Information technology - 8-bit single byte coded graphic character sets - Part 4 : Latin alphabet No.4"}
21
- - {code: "010", codeName: 8859part5, description: "ISO/IEC 8859-5, Information technology - 8-bit single byte coded graphic character sets - Part 5 : Latin/Cyrillic alphabet"}
22
- - {code: "011", codeName: 8859part6, description: "ISO/IEC 8859-6, Information technology - 8-bit single byte coded graphic character sets - Part 6 : Latin/Arabic alphabet"}
23
- - {code: "012", codeName: 8859part7, description: "ISO/IEC 8859-7, Information technology - 8-bit single byte coded graphic character sets - Part 7 : Latin/Greek alphabet"}
24
- - {code: "013", codeName: 8859part8, description: "ISO/IEC 8859-8, Information technology - 8-bit single byte coded graphic character sets - Part 8 : Latin/Hebrew alphabet"}
25
- - {code: "014", codeName: 8859part9, description: "ISO/IEC 8859-9, Information technology - 8-bit single byte coded graphic character sets - Part 9 : Latin alphabet No.5"}
26
- - {code: "015", codeName: 8859part10, description: "ISO/IEC 8859-10, Information technology - 8-bit single byte coded graphic character sets - Part 10 : Latin alphabet No.6"}
27
- - {code: "016", codeName: 8859part11, description: "ISO/IEC 8859-11, Information technology - 8-bit single byte coded graphic character sets - Part 11 : Latin/Thai alphabet"}
28
- - {code: "018", codeName: 8859part13, description: "ISO/IEC 8859-13, Information technology - 8-bit single byte coded graphic character sets - Part 13 : Latin alphabet No.7"}
29
- - {code: "019", codeName: 8859part14, description: "ISO/IEC 8859-14, Information technology - 8-bit single byte coded graphic character sets - Part 14 : Latin alphabet No.8 (Celtic)"}
30
- - {code: "020", codeName: 8859part15, description: "ISO/IEC 8859-15, Information technology - 8-bit single byte coded graphic character sets - Part 15 : Latin alphabet No.9"}
31
- - {code: "021", codeName: 8859part16, description: "ISO/IEC 8859-16, Information technology - 8-bit single byte coded graphic character sets - Part 16 : Latin alphabet No.10"}
32
- - {code: "022", codeName: jis, description: "japanese code set used for electronic transmission"}
33
- - {code: "023", codeName: shiftJIS, description: "japanese code set used on MS-DOS machines"}
34
- - {code: "024", codeName: eucJP, description: "japanese code set used on UNIX based machines"}
35
- - {code: "025", codeName: usAscii, description: "United States ASCII code set (ISO 646 US)"}
36
- - {code: "026", codeName: ebcdic, description: "IBM mainframe code set"}
37
- - {code: "027", codeName: ecuKR, description: "Korean code set"}
38
- - {code: "028", codeName: big5, description: "traditional Chinese code set used in Taiwan, Hong Kong of China and other areas"}
39
- - {code: "029", codeName: GB2312, description: "simplified Chinese code set"}
12
+ - {code: "2005", codeName: "Adobe-Standard-Encoding", description: "PostScript Language Reference Manual PCL Symbol Set id: 10J"}
13
+ - {code: "2020", codeName: "Adobe-Symbol-Encoding", description: "PostScript Language Reference Manual PCL Symbol Set id: 5M "}
14
+ - {code: "2104", codeName: "Amiga-1251", description: "See [http://www.amiga.ultranet.ru/Amiga-1251.html]"}
15
+ - {code: "74", codeName: "ANSI_X3.110-1983", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
16
+ - {code: "65", codeName: "ASMO_449", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
17
+ - {code: "2026", codeName: "Big5", description: "Chinese for Taiwan Multi-byte set. PCL Symbol Set Id: 18T"}
18
+ - {code: "2101", codeName: "Big5-HKSCS", description: "See [http://www.iana.org/assignments/charset-reg/Big5-HKSCS]"}
19
+ - {code: "1020", codeName: "BOCU-1", description: "[http://www.unicode.org/notes/tn6/]"}
20
+ - {code: "2106", codeName: "BRF", description: "See [http://www.iana.org/assignments/charset-reg/BRF] "}
21
+ - {code: "20", codeName: "BS_4730", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
22
+ - {code: "50", codeName: "BS_viewdata", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
23
+ - {code: "1016", codeName: "CESU-8", description: "[http://www.unicode.org/unicode/reports/tr26]"}
24
+ - {code: "2260", codeName: "CP50220", description: "See [http://www.iana.org/assignments/charset-reg/CP50220]"}
25
+ - {code: "2108", codeName: "CP51932", description: "See [http://www.iana.org/assignments/charset-reg/CP51932] "}
26
+ - {code: "78", codeName: "CSA_Z243.4-1985-1", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
27
+ - {code: "79", codeName: "CSA_Z243.4-1985-2", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
28
+ - {code: "80", codeName: "CSA_Z243.4-1985-gr", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
29
+ - {code: "86", codeName: "CSN_369103", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
30
+ - {code: "2008", codeName: "DEC-MCS", description: "VAX/VMS User's Manual, Order Number: AI-Y517A-TE, April 1986."}
31
+ - {code: "24", codeName: "DIN_66003", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
32
+ - {code: "101", codeName: "dk-us", description: ""}
33
+ - {code: "99", codeName: "DS_2089", description: "Danish Standard, DS 2089, February 1974"}
34
+ - {code: "2064", codeName: "EBCDIC-AT-DE", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
35
+ - {code: "2065", codeName: "EBCDIC-AT-DE-A", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
36
+ - {code: "2066", codeName: "EBCDIC-CA-FR", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
37
+ - {code: "2067", codeName: "EBCDIC-DK-NO", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
38
+ - {code: "2068", codeName: "EBCDIC-DK-NO-A", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
39
+ - {code: "2074", codeName: "EBCDIC-ES", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
40
+ - {code: "2075", codeName: "EBCDIC-ES-A", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
41
+ - {code: "2076", codeName: "EBCDIC-ES-S", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
42
+ - {code: "2069", codeName: "EBCDIC-FI-SE", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
43
+ - {code: "2070", codeName: "EBCDIC-FI-SE-A", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
44
+ - {code: "2071", codeName: "EBCDIC-FR", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
45
+ - {code: "2072", codeName: "EBCDIC-IT", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
46
+ - {code: "2073", codeName: "EBCDIC-PT", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
47
+ - {code: "2077", codeName: "EBCDIC-UK", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
48
+ - {code: "2078", codeName: "EBCDIC-US", description: "IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987"}
49
+ - {code: "77", codeName: "ECMA-cyrillic", description: "[ISO registry] (formerly [ECMA registry])"}
50
+ - {code: "23", codeName: "ES", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
51
+ - {code: "61", codeName: "ES2", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
52
+ - {code: "38", codeName: "EUC-KR", description: "[RFC1557] (see also KS_C_5861-1992)"}
53
+ - {code: "19", codeName: "Extended_UNIX_Code_Fixed_Width_for_Japanese", description: "Code set 0: US-ASCII; code set 2: Half Width Katakana; code set 3: JIS X0212-1990"}
54
+ - {code: "18", codeName: "Extended_UNIX_Code_Packed_Format_for_Japanese", description: "Code set 0: US-ASCII; code set 1: JIS X0208-1990; code set 3: JIS X0212-1990 "}
55
+ - {code: "56", codeName: "GB_1988-80", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
56
+ - {code: "57", codeName: "GB_2312-80", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
57
+ - {code: "114", codeName: "GB18030", description: "Chinese IT Standardization Technical Committee see [http://www.iana.org/assignments/charset-reg/GB18030]"}
58
+ - {code: "2025", codeName: "GB2312", description: "Chinese for People's Republic of China (PRC) mixed one byte, two byte set"}
59
+ - {code: "113", codeName: "GBK", description: "Chinese IT Standardization Technical Committee see [http://www.iana.org/assignments/charset-reg/GBK]"}
60
+ - {code: "94", codeName: "GOST_19768-74", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
61
+ - {code: "64", codeName: "greek7", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
62
+ - {code: "44", codeName: "greek7-old", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
63
+ - {code: "91", codeName: "greek-ccitt", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
64
+ - {code: "2021", codeName: "HP-DeskTop", description: "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 7J"}
65
+ - {code: "2017", codeName: "HP-Legal", description: "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 1U"}
66
+ - {code: "2019", codeName: "HP-Math8", description: "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 8M"}
67
+ - {code: "2018", codeName: "HP-Pi-font", description: "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 15U "}
68
+ - {code: "2004", codeName: "hp-roman8", description: "LaserJet IIP Printer User's Manual, HP part no 33471-90901, Hewlet-Packard, June 1989."}
69
+ - {code: "2085", codeName: "HZ-GB-2312", description: "[RFC1842], [RFC1843][RFC1843][RFC1842]"}
70
+ - {code: "2089", codeName: "IBM00858", description: "IBM See [http://www.iana.org/assignments/charset-reg/IBM00858]"}
71
+ - {code: "2090", codeName: "IBM00924", description: "IBM See [http://www.iana.org/assignments/charset-reg/IBM00924]"}
72
+ - {code: "2091", codeName: "IBM01140", description: "IBM See [http://www.iana.org/assignments/charset-reg/IBM01140]"}
73
+ - {code: "2092", codeName: "IBM01141", description: "IBM See [http://www.iana.org/assignments/charset-reg/IBM01141] "}
74
+ - {code: "2093", codeName: "IBM01142", description: "IBM See [http://www.iana.org/assignments/charset-reg/IBM01142]"}
75
+ - {code: "2094", codeName: "IBM01143", description: "IBM See [http://www.iana.org/assignments/charset-reg/IBM01143]"}
76
+ - {code: "2095", codeName: "IBM01144", description: "IBM See [http://www.iana.org/assignments/charset-reg/IBM01144]"}
77
+ - {code: "2096", codeName: "IBM01145", description: "IBM See [http://www.iana.org/assignments/charset-reg/IBM01145]"}
78
+ - {code: "2097", codeName: "IBM01146", description: "IBM See [http://www.iana.org/assignments/charset-reg/IBM01146]"}
79
+ - {code: "2098", codeName: "IBM01147", description: "IBM See [http://www.iana.org/assignments/charset-reg/IBM01147]"}
80
+ - {code: "2099", codeName: "IBM01148", description: "IBM See [http://www.iana.org/assignments/charset-reg/IBM01148]"}
81
+ - {code: "2100", codeName: "IBM01149", description: "IBM See [http://www.iana.org/assignments/charset-reg/IBM01149]"}
82
+ - {code: "2028", codeName: "IBM037", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
83
+ - {code: "2029", codeName: "IBM038", description: "IBM 3174 Character Set Ref, GA27-3831-02, March 1990"}
84
+ - {code: "2063", codeName: "IBM1026", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
85
+ - {code: "2102", codeName: "IBM1047", description: "IBM1047 (EBCDIC Latin 1/Open Systems) [http://www-1.ibm.com/servers/eserver/iseries/software/globalization/pdf/cp01047z.pdf]"}
86
+ - {code: "2030", codeName: "IBM273", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
87
+ - {code: "2031", codeName: "IBM274", description: "IBM 3174 Character Set Ref, GA27-3831-02, March 1990"}
88
+ - {code: "2032", codeName: "IBM275", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
89
+ - {code: "2033", codeName: "IBM277", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
90
+ - {code: "2034", codeName: "IBM278", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
91
+ - {code: "2035", codeName: "IBM280", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
92
+ - {code: "2036", codeName: "IBM281", description: "IBM 3174 Character Set Ref, GA27-3831-02, March 1990"}
93
+ - {code: "2037", codeName: "IBM284", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
94
+ - {code: "2038", codeName: "IBM285", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
95
+ - {code: "2039", codeName: "IBM290", description: "IBM 3174 Character Set Ref, GA27-3831-02, March 1990"}
96
+ - {code: "2040", codeName: "IBM297", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
97
+ - {code: "2041", codeName: "IBM420", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990, IBM NLS RM p 11-11"}
98
+ - {code: "2042", codeName: "IBM423", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
99
+ - {code: "2043", codeName: "IBM424", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
100
+ - {code: "2011", codeName: "IBM437", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
101
+ - {code: "2044", codeName: "IBM500", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
102
+ - {code: "2087", codeName: "IBM775", description: "HP PCL 5 Comparison Guide (P/N 5021-0329) pp B-13, 1996"}
103
+ - {code: "2009", codeName: "IBM850", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990 "}
104
+ - {code: "2045", codeName: "IBM851", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
105
+ - {code: "2010", codeName: "IBM852", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
106
+ - {code: "2046", codeName: "IBM855", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
107
+ - {code: "2047", codeName: "IBM857", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
108
+ - {code: "2048", codeName: "IBM860", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
109
+ - {code: "2049", codeName: "IBM861", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
110
+ - {code: "2013", codeName: "IBM862", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
111
+ - {code: "2050", codeName: "IBM863", description: "IBM Keyboard layouts and code pages, PN 07G4586 June 1991"}
112
+ - {code: "2051", codeName: "IBM864", description: "IBM Keyboard layouts and code pages, PN 07G4586 June 1991"}
113
+ - {code: "2052", codeName: "IBM865", description: "IBM DOS 3.3 Ref (Abridged), 94X9575 (Feb 1987)"}
114
+ - {code: "2086", codeName: "IBM866", description: "IBM NLDG Volume 2 (SE09-8002-03) August 1994"}
115
+ - {code: "2053", codeName: "IBM868", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
116
+ - {code: "2054", codeName: "IBM869", description: "IBM Keyboard layouts and code pages, PN 07G4586 June 1991"}
117
+ - {code: "2055", codeName: "IBM870", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
118
+ - {code: "2056", codeName: "IBM871", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
119
+ - {code: "2057", codeName: "IBM880", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
120
+ - {code: "2058", codeName: "IBM891", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
121
+ - {code: "2059", codeName: "IBM903", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
122
+ - {code: "2060", codeName: "IBM904", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
123
+ - {code: "2061", codeName: "IBM905", description: "IBM 3174 Character Set Ref, GA27-3831-02, March 1990"}
124
+ - {code: "2062", codeName: "IBM918", description: "IBM NLS RM Vol2 SE09-8002-01, March 1990"}
125
+ - {code: "2015", codeName: "IBM-Symbols", description: "Presentation Set, CPGID: 259"}
126
+ - {code: "2016", codeName: "IBM-Thai", description: "Presentation Set, CPGID: 838"}
127
+ - {code: "88", codeName: "IEC_P27-1", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
128
+ - {code: "51", codeName: "INIS", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
129
+ - {code: "52", codeName: "INIS-8", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
130
+ - {code: "53", codeName: "INIS-cyrillic", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
131
+ - {code: "29", codeName: "INVARIANT", description: ""}
132
+ - {code: "96", codeName: "ISO_10367-box", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
133
+ - {code: "73", codeName: "ISO_2033-1983", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
134
+ - {code: "48", codeName: "ISO_5427", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
135
+ - {code: "54", codeName: "ISO_5427:1981", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
136
+ - {code: "55", codeName: "ISO_5428:1980", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
137
+ - {code: "28", codeName: "ISO_646.basic:1983", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
138
+ - {code: "30", codeName: "ISO_646.irv:1983", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
139
+ - {code: "93", codeName: "ISO_6937-2-25", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
140
+ - {code: "14", codeName: "ISO_6937-2-add", description: "[ISO-IR: International Register of Escape Sequences] and ISO 6937-2:1983 Note: The current registration authority is IPSJ/ITSCJ, Japan."}
141
+ - {code: "4", codeName: "ISO_8859-1:1987", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
142
+ - {code: "5", codeName: "ISO_8859-2:1987", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
143
+ - {code: "6", codeName: "ISO_8859-3:1988", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
144
+ - {code: "7", codeName: "ISO_8859-4:1988", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
145
+ - {code: "8", codeName: "ISO_8859-5:1988", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
146
+ - {code: "9", codeName: "ISO_8859-6:1987", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
147
+ - {code: "81", codeName: "ISO_8859-6-E", description: "[RFC1556]"}
148
+ - {code: "82", codeName: "ISO_8859-6-I", description: "[RFC1556]"}
149
+ - {code: "10", codeName: "ISO_8859-7:1987", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
150
+ - {code: "11", codeName: "ISO_8859-8:1988", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
151
+ - {code: "84", codeName: "ISO_8859-8-E", description: "[RFC1556]"}
152
+ - {code: "85", codeName: "ISO_8859-8-I", description: "[RFC1556]"}
153
+ - {code: "12", codeName: "ISO_8859-9:1989", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
154
+ - {code: "95", codeName: "ISO_8859-supp", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
155
+ - {code: "1004", codeName: "ISO-10646-J-1", description: "ISO 10646 Japanese, see [RFC1815]"}
156
+ - {code: "1000", codeName: "ISO-10646-UCS-2", description: "the 2-octet Basic Multilingual Plane, aka Unicode this needs to specify network byte order: the standard does not specify (it is a 16-bit integer space)"}
157
+ - {code: "1001", codeName: "ISO-10646-UCS-4", description: "the full code space. (same comment about byte order, these are 31-bit numbers."}
158
+ - {code: "1002", codeName: "ISO-10646-UCS-Basic", description: "ASCII subset of Unicode. Basic Latin = collection 1 See ISO 10646, Appendix A"}
159
+ - {code: "1003", codeName: "ISO-10646-Unicode-Latin1", description: "ISO Latin-1 subset of Unicode. Basic Latin and Latin-1 Supplement = collections 1 and 2. See ISO 10646, Appendix A. See [RFC1815]."}
160
+ - {code: "27", codeName: "ISO-10646-UTF-1", description: "Universal Transfer Format (1), this is the multibyte encoding, that subsets ASCII-7. It does not have byte ordering issues."}
161
+ - {code: "118", codeName: "ISO-11548-1", description: "See [http://www.iana.org/assignments/charset-reg/ISO-11548-1]"}
162
+ - {code: "104", codeName: "ISO-2022-CN", description: "[RFC1922]"}
163
+ - {code: "105", codeName: "ISO-2022-CN-EXT", description: "[RFC1922]"}
164
+ - {code: "39", codeName: "ISO-2022-JP", description: "[RFC1468] (see also [RFC2237])"}
165
+ - {code: "40", codeName: "ISO-2022-JP-2", description: "[RFC1554]"}
166
+ - {code: "37", codeName: "ISO-2022-KR", description: "[RFC1557] (see also KS_C_5601-1987)"}
167
+ - {code: "13", codeName: "ISO-8859-10", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
168
+ - {code: "109", codeName: "ISO-8859-13", description: "ISO See [http://www.iana.org/assignments/charset-reg/ISO-8859-13][Vladas_Tumasonis]"}
169
+ - {code: "110", codeName: "ISO-8859-14", description: "ISO See [http://www.iana.org/assignments/charset-reg/ISO-8859-14] [Keld_Simonsen_2]"}
170
+ - {code: "111", codeName: "ISO-8859-15", description: "ISO see [http://www.iana.org/assignments/charset-reg/ISO-8859-15]"}
171
+ - {code: "112", codeName: "ISO-8859-16", description: "ISO"}
172
+ - {code: "2000", codeName: "ISO-8859-1-Windows-3.0-Latin-1", description: "Extended ISO 8859-1 Latin-1 for Windows 3.0. PCL Symbol Set id: 9U"}
173
+ - {code: "2001", codeName: "ISO-8859-1-Windows-3.1-Latin-1", description: "Extended ISO 8859-1 Latin-1 for Windows 3.1. PCL Symbol Set id: 19U"}
174
+ - {code: "2002", codeName: "ISO-8859-2-Windows-Latin-2", description: "Extended ISO 8859-2. Latin-2 for Windows 3.1. PCL Symbol Set id: 9E"}
175
+ - {code: "2003", codeName: "ISO-8859-9-Windows-Latin-5", description: "Extended ISO 8859-9. Latin-5 for Windows 3.1 PCL Symbol Set id: 5T"}
176
+ - {code: "66", codeName: "iso-ir-90", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
177
+ - {code: "1005", codeName: "ISO-Unicode-IBM-1261", description: "IBM Latin-2, -3, -5, Extended Presentation Set, GCSGID: 1261"}
178
+ - {code: "1008", codeName: "ISO-Unicode-IBM-1264", description: "IBM Arabic Presentation Set, GCSGID: 1264"}
179
+ - {code: "1009", codeName: "ISO-Unicode-IBM-1265", description: "IBM Hebrew Presentation Set, GCSGID: 1265"}
180
+ - {code: "1006", codeName: "ISO-Unicode-IBM-1268", description: "IBM Latin-4 Extended Presentation Set, GCSGID: 1268"}
181
+ - {code: "1007", codeName: "ISO-Unicode-IBM-1276", description: "IBM Cyrillic Greek Extended Presentation Set, GCSGID: 1276"}
182
+ - {code: "22", codeName: "IT", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
183
+ - {code: "41", codeName: "JIS_C6220-1969-jp", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
184
+ - {code: "42", codeName: "JIS_C6220-1969-ro", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
185
+ - {code: "49", codeName: "JIS_C6226-1978", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
186
+ - {code: "63", codeName: "JIS_C6226-1983", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
187
+ - {code: "67", codeName: "JIS_C6229-1984-a", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
188
+ - {code: "68", codeName: "JIS_C6229-1984-b", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
189
+ - {code: "69", codeName: "JIS_C6229-1984-b-add", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
190
+ - {code: "70", codeName: "JIS_C6229-1984-hand", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
191
+ - {code: "71", codeName: "JIS_C6229-1984-hand-add", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
192
+ - {code: "72", codeName: "JIS_C6229-1984-kana", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
193
+ - {code: "16", codeName: "JIS_Encoding", description: "JIS X 0202-1991. Uses ISO 2022 escape sequences to shift code sets as documented in JIS X 0202-1991."}
194
+ - {code: "15", codeName: "JIS_X0201", description: "JIS X 0201-1976. One byte only, this is equivalent to JIS/Roman (similar to ASCII) plus eight-bit half-width Katakana"}
195
+ - {code: "98", codeName: "JIS_X0212-1990", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
196
+ - {code: "87", codeName: "JUS_I.B1.002", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
197
+ - {code: "90", codeName: "JUS_I.B1.003-mac", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
198
+ - {code: "89", codeName: "JUS_I.B1.003-serb", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
199
+ - {code: "2105", codeName: "KOI7-switched", description: "See [http://www.iana.org/assignments/charset-reg/KOI7-switched]"}
200
+ - {code: "2084", codeName: "KOI8-R", description: "[RFC1489], based on GOST-19768-74, ISO-6937/8, INIS-Cyrillic, ISO-5427."}
201
+ - {code: "2088", codeName: "KOI8-U", description: "[RFC2319]"}
202
+ - {code: "36", codeName: "KS_C_5601-1987", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
203
+ - {code: "102", codeName: "KSC5636", description: ""}
204
+ - {code: "119", codeName: "KZ-1048", description: "See [http://www.iana.org/assignments/charset-reg/KZ-1048] "}
205
+ - {code: "45", codeName: "latin-greek", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
206
+ - {code: "47", codeName: "Latin-greek-1", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
207
+ - {code: "97", codeName: "latin-lap", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
208
+ - {code: "2027", codeName: "macintosh", description: "The Unicode Standard ver1.0, ISBN 0-201-56788-1, Oct 1991"}
209
+ - {code: "2023", codeName: "Microsoft-Publishing", description: "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 6J"}
210
+ - {code: "2081", codeName: "MNEM", description: "[RFC1345], also known as mnemonic+ascii+8200"}
211
+ - {code: "2080", codeName: "MNEMONIC", description: "[RFC1345], also known as mnemonic+ascii+38"}
212
+ - {code: "62", codeName: "MSZ_7795.3", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
213
+ - {code: "33", codeName: "NATS-DANO", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
214
+ - {code: "34", codeName: "NATS-DANO-ADD", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
215
+ - {code: "31", codeName: "NATS-SEFI", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
216
+ - {code: "32", codeName: "NATS-SEFI-ADD", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
217
+ - {code: "92", codeName: "NC_NC00-10:81", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
218
+ - {code: "26", codeName: "NF_Z_62-010", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
219
+ - {code: "46", codeName: "NF_Z_62-010_(1973)", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
220
+ - {code: "25", codeName: "NS_4551-1", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
221
+ - {code: "58", codeName: "NS_4551-2", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
222
+ - {code: "116", codeName: "OSD_EBCDIC_DF03_IRV", description: "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF03-IRV]"}
223
+ - {code: "117", codeName: "OSD_EBCDIC_DF04_1", description: "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-1]"}
224
+ - {code: "115", codeName: "OSD_EBCDIC_DF04_15", description: "Fujitsu-Siemens standard mainframe EBCDIC encoding see [http://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-15]"}
225
+ - {code: "2012", codeName: "PC8-Danish-Norwegian", description: "PC Danish Norwegian 8-bit PC set for Danish Norwegian PCL Symbol Set id: 11U"}
226
+ - {code: "2014", codeName: "PC8-Turkish", description: "PC Latin Turkish. PCL Symbol Set id: 9T"}
227
+ - {code: "43", codeName: "PT", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
228
+ - {code: "60", codeName: "PT2", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
229
+ - {code: "2103", codeName: "PTCP154", description: "See [http://www.iana.org/assignments/charset-reg/PTCP154]"}
230
+ - {code: "1011", codeName: "SCSU", description: "SCSU See [http://www.iana.org/assignments/charset-reg/SCSU] [Markus_Scherer]"}
231
+ - {code: "35", codeName: "SEN_850200_B", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
232
+ - {code: "21", codeName: "SEN_850200_C", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
233
+ - {code: "17", codeName: "Shift_JIS", description: "An extension of csHalfWidthKatakana by adding graphic characters in JIS X 0208. "}
234
+ - {code: "83", codeName: "T.101-G2", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
235
+ - {code: "75", codeName: "T.61-7bit", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
236
+ - {code: "76", codeName: "T.61-8bit", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
237
+ - {code: "2259", codeName: "TIS-620", description: "Thai Industrial Standards Institute (TISI)"}
238
+ - {code: "2107", codeName: "TSCII", description: "See [http://www.iana.org/assignments/charset-reg/TSCII]"}
239
+ - {code: "1010", codeName: "UNICODE-1-1", description: "[RFC1641]"}
240
+ - {code: "103", codeName: "UNICODE-1-1-UTF-7", description: "[RFC1642]"}
241
+ - {code: "2079", codeName: "UNKNOWN-8BIT", description: ""}
242
+ - {code: "3", codeName: "US-ASCII", description: "ANSI X3.4-1986"}
243
+ - {code: "100", codeName: "us-dk", description: ""}
244
+ - {code: "1015", codeName: "UTF-16", description: "[RFC2781]"}
245
+ - {code: "1013", codeName: "UTF-16BE", description: "[RFC2781]"}
246
+ - {code: "1014", codeName: "UTF-16LE", description: "[RFC2781]"}
247
+ - {code: "1017", codeName: "UTF-32", description: "[http://www.unicode.org/unicode/reports/tr19/]"}
248
+ - {code: "1018", codeName: "UTF-32BE", description: "[http://www.unicode.org/unicode/reports/tr19/]"}
249
+ - {code: "1019", codeName: "UTF-32LE", description: "[http://www.unicode.org/unicode/reports/tr19/]"}
250
+ - {code: "1012", codeName: "UTF-7", description: "[RFC2152]"}
251
+ - {code: "106", codeName: "UTF-8", description: "[RFC3629]"}
252
+ - {code: "2007", codeName: "Ventura-International", description: "Ventura International. ASCII plus coded characters similar to Roman8. PCL Symbol Set id: 13J"}
253
+ - {code: "2022", codeName: "Ventura-Math", description: "PCL 5 Comparison Guide, Hewlett-Packard, HP part number 5961-0510, October 1992 PCL Symbol Set id: 6M"}
254
+ - {code: "2006", codeName: "Ventura-US", description: "Ventura US. "}
255
+ - {code: "59", codeName: "videotex-suppl", description: "[ISO-IR: International Register of Escape Sequences] Note: The current registration authority is IPSJ/ITSCJ, Japan."}
256
+ - {code: "2083", codeName: "VIQR", description: "[RFC1456]"}
257
+ - {code: "2082", codeName: "VISCII", description: "[RFC1456]"}
258
+ - {code: "2250", codeName: "windows-1250", description: "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1250]"}
259
+ - {code: "2251", codeName: "windows-1251", description: "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1251]"}
260
+ - {code: "2252", codeName: "windows-1252", description: "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1252]"}
261
+ - {code: "2253", codeName: "windows-1253", description: "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1253]"}
262
+ - {code: "2254", codeName: "windows-1254", description: "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1254]"}
263
+ - {code: "2255", codeName: "windows-1255", description: "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1255]"}
264
+ - {code: "2256", codeName: "windows-1256", description: "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1256]"}
265
+ - {code: "2257", codeName: "windows-1257", description: "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1257] "}
266
+ - {code: "2258", codeName: "windows-1258", description: "Microsoft [http://www.iana.org/assignments/charset-reg/windows-1258]"}
267
+ - {code: "2024", codeName: "Windows-31J", description: "Windows Japanese. "}
268
+ - {code: "2109", codeName: "windows-874", description: "See [http://www.iana.org/assignments/charset-reg/windows-874]"}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdcodes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - stansmith907, jlblcc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-15 00:00:00.000000000 Z
11
+ date: 2015-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler