mib.go 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627
  1. // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
  2. package identifier
  3. const (
  4. // ASCII is the MIB identifier with IANA name US-ASCII (MIME: US-ASCII).
  5. //
  6. // ANSI X3.4-1986
  7. // Reference: RFC2046
  8. ASCII MIB = 3
  9. // ISOLatin1 is the MIB identifier with IANA name ISO_8859-1:1987 (MIME: ISO-8859-1).
  10. //
  11. // ISO-IR: International Register of Escape Sequences
  12. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  13. // Reference: RFC1345
  14. ISOLatin1 MIB = 4
  15. // ISOLatin2 is the MIB identifier with IANA name ISO_8859-2:1987 (MIME: ISO-8859-2).
  16. //
  17. // ISO-IR: International Register of Escape Sequences
  18. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  19. // Reference: RFC1345
  20. ISOLatin2 MIB = 5
  21. // ISOLatin3 is the MIB identifier with IANA name ISO_8859-3:1988 (MIME: ISO-8859-3).
  22. //
  23. // ISO-IR: International Register of Escape Sequences
  24. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  25. // Reference: RFC1345
  26. ISOLatin3 MIB = 6
  27. // ISOLatin4 is the MIB identifier with IANA name ISO_8859-4:1988 (MIME: ISO-8859-4).
  28. //
  29. // ISO-IR: International Register of Escape Sequences
  30. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  31. // Reference: RFC1345
  32. ISOLatin4 MIB = 7
  33. // ISOLatinCyrillic is the MIB identifier with IANA name ISO_8859-5:1988 (MIME: ISO-8859-5).
  34. //
  35. // ISO-IR: International Register of Escape Sequences
  36. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  37. // Reference: RFC1345
  38. ISOLatinCyrillic MIB = 8
  39. // ISOLatinArabic is the MIB identifier with IANA name ISO_8859-6:1987 (MIME: ISO-8859-6).
  40. //
  41. // ISO-IR: International Register of Escape Sequences
  42. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  43. // Reference: RFC1345
  44. ISOLatinArabic MIB = 9
  45. // ISOLatinGreek is the MIB identifier with IANA name ISO_8859-7:1987 (MIME: ISO-8859-7).
  46. //
  47. // ISO-IR: International Register of Escape Sequences
  48. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  49. // Reference: RFC1947
  50. // Reference: RFC1345
  51. ISOLatinGreek MIB = 10
  52. // ISOLatinHebrew is the MIB identifier with IANA name ISO_8859-8:1988 (MIME: ISO-8859-8).
  53. //
  54. // ISO-IR: International Register of Escape Sequences
  55. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  56. // Reference: RFC1345
  57. ISOLatinHebrew MIB = 11
  58. // ISOLatin5 is the MIB identifier with IANA name ISO_8859-9:1989 (MIME: ISO-8859-9).
  59. //
  60. // ISO-IR: International Register of Escape Sequences
  61. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  62. // Reference: RFC1345
  63. ISOLatin5 MIB = 12
  64. // ISOLatin6 is the MIB identifier with IANA name ISO-8859-10 (MIME: ISO-8859-10).
  65. //
  66. // ISO-IR: International Register of Escape Sequences
  67. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  68. // Reference: RFC1345
  69. ISOLatin6 MIB = 13
  70. // ISOTextComm is the MIB identifier with IANA name ISO_6937-2-add.
  71. //
  72. // ISO-IR: International Register of Escape Sequences and ISO 6937-2:1983
  73. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  74. // Reference: RFC1345
  75. ISOTextComm MIB = 14
  76. // HalfWidthKatakana is the MIB identifier with IANA name JIS_X0201.
  77. //
  78. // JIS X 0201-1976. One byte only, this is equivalent to
  79. // JIS/Roman (similar to ASCII) plus eight-bit half-width
  80. // Katakana
  81. // Reference: RFC1345
  82. HalfWidthKatakana MIB = 15
  83. // JISEncoding is the MIB identifier with IANA name JIS_Encoding.
  84. //
  85. // JIS X 0202-1991. Uses ISO 2022 escape sequences to
  86. // shift code sets as documented in JIS X 0202-1991.
  87. JISEncoding MIB = 16
  88. // ShiftJIS is the MIB identifier with IANA name Shift_JIS (MIME: Shift_JIS).
  89. //
  90. // This charset is an extension of csHalfWidthKatakana by
  91. // adding graphic characters in JIS X 0208. The CCS's are
  92. // JIS X0201:1997 and JIS X0208:1997. The
  93. // complete definition is shown in Appendix 1 of JIS
  94. // X0208:1997.
  95. // This charset can be used for the top-level media type "text".
  96. ShiftJIS MIB = 17
  97. // EUCPkdFmtJapanese is the MIB identifier with IANA name Extended_UNIX_Code_Packed_Format_for_Japanese (MIME: EUC-JP).
  98. //
  99. // Standardized by OSF, UNIX International, and UNIX Systems
  100. // Laboratories Pacific. Uses ISO 2022 rules to select
  101. // code set 0: US-ASCII (a single 7-bit byte set)
  102. // code set 1: JIS X0208-1990 (a double 8-bit byte set)
  103. // restricted to A0-FF in both bytes
  104. // code set 2: Half Width Katakana (a single 7-bit byte set)
  105. // requiring SS2 as the character prefix
  106. // code set 3: JIS X0212-1990 (a double 7-bit byte set)
  107. // restricted to A0-FF in both bytes
  108. // requiring SS3 as the character prefix
  109. EUCPkdFmtJapanese MIB = 18
  110. // EUCFixWidJapanese is the MIB identifier with IANA name Extended_UNIX_Code_Fixed_Width_for_Japanese.
  111. //
  112. // Used in Japan. Each character is 2 octets.
  113. // code set 0: US-ASCII (a single 7-bit byte set)
  114. // 1st byte = 00
  115. // 2nd byte = 20-7E
  116. // code set 1: JIS X0208-1990 (a double 7-bit byte set)
  117. // restricted to A0-FF in both bytes
  118. // code set 2: Half Width Katakana (a single 7-bit byte set)
  119. // 1st byte = 00
  120. // 2nd byte = A0-FF
  121. // code set 3: JIS X0212-1990 (a double 7-bit byte set)
  122. // restricted to A0-FF in
  123. // the first byte
  124. // and 21-7E in the second byte
  125. EUCFixWidJapanese MIB = 19
  126. // ISO4UnitedKingdom is the MIB identifier with IANA name BS_4730.
  127. //
  128. // ISO-IR: International Register of Escape Sequences
  129. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  130. // Reference: RFC1345
  131. ISO4UnitedKingdom MIB = 20
  132. // ISO11SwedishForNames is the MIB identifier with IANA name SEN_850200_C.
  133. //
  134. // ISO-IR: International Register of Escape Sequences
  135. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  136. // Reference: RFC1345
  137. ISO11SwedishForNames MIB = 21
  138. // ISO15Italian is the MIB identifier with IANA name IT.
  139. //
  140. // ISO-IR: International Register of Escape Sequences
  141. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  142. // Reference: RFC1345
  143. ISO15Italian MIB = 22
  144. // ISO17Spanish is the MIB identifier with IANA name ES.
  145. //
  146. // ISO-IR: International Register of Escape Sequences
  147. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  148. // Reference: RFC1345
  149. ISO17Spanish MIB = 23
  150. // ISO21German is the MIB identifier with IANA name DIN_66003.
  151. //
  152. // ISO-IR: International Register of Escape Sequences
  153. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  154. // Reference: RFC1345
  155. ISO21German MIB = 24
  156. // ISO60Norwegian1 is the MIB identifier with IANA name NS_4551-1.
  157. //
  158. // ISO-IR: International Register of Escape Sequences
  159. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  160. // Reference: RFC1345
  161. ISO60Norwegian1 MIB = 25
  162. // ISO69French is the MIB identifier with IANA name NF_Z_62-010.
  163. //
  164. // ISO-IR: International Register of Escape Sequences
  165. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  166. // Reference: RFC1345
  167. ISO69French MIB = 26
  168. // ISO10646UTF1 is the MIB identifier with IANA name ISO-10646-UTF-1.
  169. //
  170. // Universal Transfer Format (1), this is the multibyte
  171. // encoding, that subsets ASCII-7. It does not have byte
  172. // ordering issues.
  173. ISO10646UTF1 MIB = 27
  174. // ISO646basic1983 is the MIB identifier with IANA name ISO_646.basic:1983.
  175. //
  176. // ISO-IR: International Register of Escape Sequences
  177. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  178. // Reference: RFC1345
  179. ISO646basic1983 MIB = 28
  180. // INVARIANT is the MIB identifier with IANA name INVARIANT.
  181. //
  182. // Reference: RFC1345
  183. INVARIANT MIB = 29
  184. // ISO2IntlRefVersion is the MIB identifier with IANA name ISO_646.irv:1983.
  185. //
  186. // ISO-IR: International Register of Escape Sequences
  187. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  188. // Reference: RFC1345
  189. ISO2IntlRefVersion MIB = 30
  190. // NATSSEFI is the MIB identifier with IANA name NATS-SEFI.
  191. //
  192. // ISO-IR: International Register of Escape Sequences
  193. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  194. // Reference: RFC1345
  195. NATSSEFI MIB = 31
  196. // NATSSEFIADD is the MIB identifier with IANA name NATS-SEFI-ADD.
  197. //
  198. // ISO-IR: International Register of Escape Sequences
  199. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  200. // Reference: RFC1345
  201. NATSSEFIADD MIB = 32
  202. // NATSDANO is the MIB identifier with IANA name NATS-DANO.
  203. //
  204. // ISO-IR: International Register of Escape Sequences
  205. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  206. // Reference: RFC1345
  207. NATSDANO MIB = 33
  208. // NATSDANOADD is the MIB identifier with IANA name NATS-DANO-ADD.
  209. //
  210. // ISO-IR: International Register of Escape Sequences
  211. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  212. // Reference: RFC1345
  213. NATSDANOADD MIB = 34
  214. // ISO10Swedish is the MIB identifier with IANA name SEN_850200_B.
  215. //
  216. // ISO-IR: International Register of Escape Sequences
  217. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  218. // Reference: RFC1345
  219. ISO10Swedish MIB = 35
  220. // KSC56011987 is the MIB identifier with IANA name KS_C_5601-1987.
  221. //
  222. // ISO-IR: International Register of Escape Sequences
  223. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  224. // Reference: RFC1345
  225. KSC56011987 MIB = 36
  226. // ISO2022KR is the MIB identifier with IANA name ISO-2022-KR (MIME: ISO-2022-KR).
  227. //
  228. // rfc1557 (see also KS_C_5601-1987)
  229. // Reference: RFC1557
  230. ISO2022KR MIB = 37
  231. // EUCKR is the MIB identifier with IANA name EUC-KR (MIME: EUC-KR).
  232. //
  233. // rfc1557 (see also KS_C_5861-1992)
  234. // Reference: RFC1557
  235. EUCKR MIB = 38
  236. // ISO2022JP is the MIB identifier with IANA name ISO-2022-JP (MIME: ISO-2022-JP).
  237. //
  238. // rfc1468 (see also rfc2237 )
  239. // Reference: RFC1468
  240. ISO2022JP MIB = 39
  241. // ISO2022JP2 is the MIB identifier with IANA name ISO-2022-JP-2 (MIME: ISO-2022-JP-2).
  242. //
  243. // rfc1554
  244. // Reference: RFC1554
  245. ISO2022JP2 MIB = 40
  246. // ISO13JISC6220jp is the MIB identifier with IANA name JIS_C6220-1969-jp.
  247. //
  248. // ISO-IR: International Register of Escape Sequences
  249. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  250. // Reference: RFC1345
  251. ISO13JISC6220jp MIB = 41
  252. // ISO14JISC6220ro is the MIB identifier with IANA name JIS_C6220-1969-ro.
  253. //
  254. // ISO-IR: International Register of Escape Sequences
  255. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  256. // Reference: RFC1345
  257. ISO14JISC6220ro MIB = 42
  258. // ISO16Portuguese is the MIB identifier with IANA name PT.
  259. //
  260. // ISO-IR: International Register of Escape Sequences
  261. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  262. // Reference: RFC1345
  263. ISO16Portuguese MIB = 43
  264. // ISO18Greek7Old is the MIB identifier with IANA name greek7-old.
  265. //
  266. // ISO-IR: International Register of Escape Sequences
  267. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  268. // Reference: RFC1345
  269. ISO18Greek7Old MIB = 44
  270. // ISO19LatinGreek is the MIB identifier with IANA name latin-greek.
  271. //
  272. // ISO-IR: International Register of Escape Sequences
  273. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  274. // Reference: RFC1345
  275. ISO19LatinGreek MIB = 45
  276. // ISO25French is the MIB identifier with IANA name NF_Z_62-010_(1973).
  277. //
  278. // ISO-IR: International Register of Escape Sequences
  279. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  280. // Reference: RFC1345
  281. ISO25French MIB = 46
  282. // ISO27LatinGreek1 is the MIB identifier with IANA name Latin-greek-1.
  283. //
  284. // ISO-IR: International Register of Escape Sequences
  285. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  286. // Reference: RFC1345
  287. ISO27LatinGreek1 MIB = 47
  288. // ISO5427Cyrillic is the MIB identifier with IANA name ISO_5427.
  289. //
  290. // ISO-IR: International Register of Escape Sequences
  291. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  292. // Reference: RFC1345
  293. ISO5427Cyrillic MIB = 48
  294. // ISO42JISC62261978 is the MIB identifier with IANA name JIS_C6226-1978.
  295. //
  296. // ISO-IR: International Register of Escape Sequences
  297. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  298. // Reference: RFC1345
  299. ISO42JISC62261978 MIB = 49
  300. // ISO47BSViewdata is the MIB identifier with IANA name BS_viewdata.
  301. //
  302. // ISO-IR: International Register of Escape Sequences
  303. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  304. // Reference: RFC1345
  305. ISO47BSViewdata MIB = 50
  306. // ISO49INIS is the MIB identifier with IANA name INIS.
  307. //
  308. // ISO-IR: International Register of Escape Sequences
  309. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  310. // Reference: RFC1345
  311. ISO49INIS MIB = 51
  312. // ISO50INIS8 is the MIB identifier with IANA name INIS-8.
  313. //
  314. // ISO-IR: International Register of Escape Sequences
  315. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  316. // Reference: RFC1345
  317. ISO50INIS8 MIB = 52
  318. // ISO51INISCyrillic is the MIB identifier with IANA name INIS-cyrillic.
  319. //
  320. // ISO-IR: International Register of Escape Sequences
  321. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  322. // Reference: RFC1345
  323. ISO51INISCyrillic MIB = 53
  324. // ISO54271981 is the MIB identifier with IANA name ISO_5427:1981.
  325. //
  326. // ISO-IR: International Register of Escape Sequences
  327. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  328. // Reference: RFC1345
  329. ISO54271981 MIB = 54
  330. // ISO5428Greek is the MIB identifier with IANA name ISO_5428:1980.
  331. //
  332. // ISO-IR: International Register of Escape Sequences
  333. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  334. // Reference: RFC1345
  335. ISO5428Greek MIB = 55
  336. // ISO57GB1988 is the MIB identifier with IANA name GB_1988-80.
  337. //
  338. // ISO-IR: International Register of Escape Sequences
  339. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  340. // Reference: RFC1345
  341. ISO57GB1988 MIB = 56
  342. // ISO58GB231280 is the MIB identifier with IANA name GB_2312-80.
  343. //
  344. // ISO-IR: International Register of Escape Sequences
  345. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  346. // Reference: RFC1345
  347. ISO58GB231280 MIB = 57
  348. // ISO61Norwegian2 is the MIB identifier with IANA name NS_4551-2.
  349. //
  350. // ISO-IR: International Register of Escape Sequences
  351. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  352. // Reference: RFC1345
  353. ISO61Norwegian2 MIB = 58
  354. // ISO70VideotexSupp1 is the MIB identifier with IANA name videotex-suppl.
  355. //
  356. // ISO-IR: International Register of Escape Sequences
  357. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  358. // Reference: RFC1345
  359. ISO70VideotexSupp1 MIB = 59
  360. // ISO84Portuguese2 is the MIB identifier with IANA name PT2.
  361. //
  362. // ISO-IR: International Register of Escape Sequences
  363. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  364. // Reference: RFC1345
  365. ISO84Portuguese2 MIB = 60
  366. // ISO85Spanish2 is the MIB identifier with IANA name ES2.
  367. //
  368. // ISO-IR: International Register of Escape Sequences
  369. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  370. // Reference: RFC1345
  371. ISO85Spanish2 MIB = 61
  372. // ISO86Hungarian is the MIB identifier with IANA name MSZ_7795.3.
  373. //
  374. // ISO-IR: International Register of Escape Sequences
  375. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  376. // Reference: RFC1345
  377. ISO86Hungarian MIB = 62
  378. // ISO87JISX0208 is the MIB identifier with IANA name JIS_C6226-1983.
  379. //
  380. // ISO-IR: International Register of Escape Sequences
  381. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  382. // Reference: RFC1345
  383. ISO87JISX0208 MIB = 63
  384. // ISO88Greek7 is the MIB identifier with IANA name greek7.
  385. //
  386. // ISO-IR: International Register of Escape Sequences
  387. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  388. // Reference: RFC1345
  389. ISO88Greek7 MIB = 64
  390. // ISO89ASMO449 is the MIB identifier with IANA name ASMO_449.
  391. //
  392. // ISO-IR: International Register of Escape Sequences
  393. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  394. // Reference: RFC1345
  395. ISO89ASMO449 MIB = 65
  396. // ISO90 is the MIB identifier with IANA name iso-ir-90.
  397. //
  398. // ISO-IR: International Register of Escape Sequences
  399. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  400. // Reference: RFC1345
  401. ISO90 MIB = 66
  402. // ISO91JISC62291984a is the MIB identifier with IANA name JIS_C6229-1984-a.
  403. //
  404. // ISO-IR: International Register of Escape Sequences
  405. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  406. // Reference: RFC1345
  407. ISO91JISC62291984a MIB = 67
  408. // ISO92JISC62991984b is the MIB identifier with IANA name JIS_C6229-1984-b.
  409. //
  410. // ISO-IR: International Register of Escape Sequences
  411. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  412. // Reference: RFC1345
  413. ISO92JISC62991984b MIB = 68
  414. // ISO93JIS62291984badd is the MIB identifier with IANA name JIS_C6229-1984-b-add.
  415. //
  416. // ISO-IR: International Register of Escape Sequences
  417. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  418. // Reference: RFC1345
  419. ISO93JIS62291984badd MIB = 69
  420. // ISO94JIS62291984hand is the MIB identifier with IANA name JIS_C6229-1984-hand.
  421. //
  422. // ISO-IR: International Register of Escape Sequences
  423. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  424. // Reference: RFC1345
  425. ISO94JIS62291984hand MIB = 70
  426. // ISO95JIS62291984handadd is the MIB identifier with IANA name JIS_C6229-1984-hand-add.
  427. //
  428. // ISO-IR: International Register of Escape Sequences
  429. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  430. // Reference: RFC1345
  431. ISO95JIS62291984handadd MIB = 71
  432. // ISO96JISC62291984kana is the MIB identifier with IANA name JIS_C6229-1984-kana.
  433. //
  434. // ISO-IR: International Register of Escape Sequences
  435. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  436. // Reference: RFC1345
  437. ISO96JISC62291984kana MIB = 72
  438. // ISO2033 is the MIB identifier with IANA name ISO_2033-1983.
  439. //
  440. // ISO-IR: International Register of Escape Sequences
  441. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  442. // Reference: RFC1345
  443. ISO2033 MIB = 73
  444. // ISO99NAPLPS is the MIB identifier with IANA name ANSI_X3.110-1983.
  445. //
  446. // ISO-IR: International Register of Escape Sequences
  447. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  448. // Reference: RFC1345
  449. ISO99NAPLPS MIB = 74
  450. // ISO102T617bit is the MIB identifier with IANA name T.61-7bit.
  451. //
  452. // ISO-IR: International Register of Escape Sequences
  453. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  454. // Reference: RFC1345
  455. ISO102T617bit MIB = 75
  456. // ISO103T618bit is the MIB identifier with IANA name T.61-8bit.
  457. //
  458. // ISO-IR: International Register of Escape Sequences
  459. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  460. // Reference: RFC1345
  461. ISO103T618bit MIB = 76
  462. // ISO111ECMACyrillic is the MIB identifier with IANA name ECMA-cyrillic.
  463. //
  464. // ISO registry
  465. ISO111ECMACyrillic MIB = 77
  466. // ISO121Canadian1 is the MIB identifier with IANA name CSA_Z243.4-1985-1.
  467. //
  468. // ISO-IR: International Register of Escape Sequences
  469. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  470. // Reference: RFC1345
  471. ISO121Canadian1 MIB = 78
  472. // ISO122Canadian2 is the MIB identifier with IANA name CSA_Z243.4-1985-2.
  473. //
  474. // ISO-IR: International Register of Escape Sequences
  475. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  476. // Reference: RFC1345
  477. ISO122Canadian2 MIB = 79
  478. // ISO123CSAZ24341985gr is the MIB identifier with IANA name CSA_Z243.4-1985-gr.
  479. //
  480. // ISO-IR: International Register of Escape Sequences
  481. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  482. // Reference: RFC1345
  483. ISO123CSAZ24341985gr MIB = 80
  484. // ISO88596E is the MIB identifier with IANA name ISO_8859-6-E (MIME: ISO-8859-6-E).
  485. //
  486. // rfc1556
  487. // Reference: RFC1556
  488. ISO88596E MIB = 81
  489. // ISO88596I is the MIB identifier with IANA name ISO_8859-6-I (MIME: ISO-8859-6-I).
  490. //
  491. // rfc1556
  492. // Reference: RFC1556
  493. ISO88596I MIB = 82
  494. // ISO128T101G2 is the MIB identifier with IANA name T.101-G2.
  495. //
  496. // ISO-IR: International Register of Escape Sequences
  497. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  498. // Reference: RFC1345
  499. ISO128T101G2 MIB = 83
  500. // ISO88598E is the MIB identifier with IANA name ISO_8859-8-E (MIME: ISO-8859-8-E).
  501. //
  502. // rfc1556
  503. // Reference: RFC1556
  504. ISO88598E MIB = 84
  505. // ISO88598I is the MIB identifier with IANA name ISO_8859-8-I (MIME: ISO-8859-8-I).
  506. //
  507. // rfc1556
  508. // Reference: RFC1556
  509. ISO88598I MIB = 85
  510. // ISO139CSN369103 is the MIB identifier with IANA name CSN_369103.
  511. //
  512. // ISO-IR: International Register of Escape Sequences
  513. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  514. // Reference: RFC1345
  515. ISO139CSN369103 MIB = 86
  516. // ISO141JUSIB1002 is the MIB identifier with IANA name JUS_I.B1.002.
  517. //
  518. // ISO-IR: International Register of Escape Sequences
  519. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  520. // Reference: RFC1345
  521. ISO141JUSIB1002 MIB = 87
  522. // ISO143IECP271 is the MIB identifier with IANA name IEC_P27-1.
  523. //
  524. // ISO-IR: International Register of Escape Sequences
  525. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  526. // Reference: RFC1345
  527. ISO143IECP271 MIB = 88
  528. // ISO146Serbian is the MIB identifier with IANA name JUS_I.B1.003-serb.
  529. //
  530. // ISO-IR: International Register of Escape Sequences
  531. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  532. // Reference: RFC1345
  533. ISO146Serbian MIB = 89
  534. // ISO147Macedonian is the MIB identifier with IANA name JUS_I.B1.003-mac.
  535. //
  536. // ISO-IR: International Register of Escape Sequences
  537. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  538. // Reference: RFC1345
  539. ISO147Macedonian MIB = 90
  540. // ISO150GreekCCITT is the MIB identifier with IANA name greek-ccitt.
  541. //
  542. // ISO-IR: International Register of Escape Sequences
  543. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  544. // Reference: RFC1345
  545. ISO150GreekCCITT MIB = 91
  546. // ISO151Cuba is the MIB identifier with IANA name NC_NC00-10:81.
  547. //
  548. // ISO-IR: International Register of Escape Sequences
  549. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  550. // Reference: RFC1345
  551. ISO151Cuba MIB = 92
  552. // ISO6937Add is the MIB identifier with IANA name ISO_6937-2-25.
  553. //
  554. // ISO-IR: International Register of Escape Sequences
  555. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  556. // Reference: RFC1345
  557. ISO6937Add MIB = 93
  558. // ISO153GOST1976874 is the MIB identifier with IANA name GOST_19768-74.
  559. //
  560. // ISO-IR: International Register of Escape Sequences
  561. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  562. // Reference: RFC1345
  563. ISO153GOST1976874 MIB = 94
  564. // ISO8859Supp is the MIB identifier with IANA name ISO_8859-supp.
  565. //
  566. // ISO-IR: International Register of Escape Sequences
  567. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  568. // Reference: RFC1345
  569. ISO8859Supp MIB = 95
  570. // ISO10367Box is the MIB identifier with IANA name ISO_10367-box.
  571. //
  572. // ISO-IR: International Register of Escape Sequences
  573. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  574. // Reference: RFC1345
  575. ISO10367Box MIB = 96
  576. // ISO158Lap is the MIB identifier with IANA name latin-lap.
  577. //
  578. // ISO-IR: International Register of Escape Sequences
  579. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  580. // Reference: RFC1345
  581. ISO158Lap MIB = 97
  582. // ISO159JISX02121990 is the MIB identifier with IANA name JIS_X0212-1990.
  583. //
  584. // ISO-IR: International Register of Escape Sequences
  585. // Note: The current registration authority is IPSJ/ITSCJ, Japan.
  586. // Reference: RFC1345
  587. ISO159JISX02121990 MIB = 98
  588. // ISO646Danish is the MIB identifier with IANA name DS_2089.
  589. //
  590. // Danish Standard, DS 2089, February 1974
  591. // Reference: RFC1345
  592. ISO646Danish MIB = 99
  593. // USDK is the MIB identifier with IANA name us-dk.
  594. //
  595. // Reference: RFC1345
  596. USDK MIB = 100
  597. // DKUS is the MIB identifier with IANA name dk-us.
  598. //
  599. // Reference: RFC1345
  600. DKUS MIB = 101
  601. // KSC5636 is the MIB identifier with IANA name KSC5636.
  602. //
  603. // Reference: RFC1345
  604. KSC5636 MIB = 102
  605. // Unicode11UTF7 is the MIB identifier with IANA name UNICODE-1-1-UTF-7.
  606. //
  607. // rfc1642
  608. // Reference: RFC1642
  609. Unicode11UTF7 MIB = 103
  610. // ISO2022CN is the MIB identifier with IANA name ISO-2022-CN.
  611. //
  612. // rfc1922
  613. // Reference: RFC1922
  614. ISO2022CN MIB = 104
  615. // ISO2022CNEXT is the MIB identifier with IANA name ISO-2022-CN-EXT.
  616. //
  617. // rfc1922
  618. // Reference: RFC1922
  619. ISO2022CNEXT MIB = 105
  620. // UTF8 is the MIB identifier with IANA name UTF-8.
  621. //
  622. // rfc3629
  623. // Reference: RFC3629
  624. UTF8 MIB = 106
  625. // ISO885913 is the MIB identifier with IANA name ISO-8859-13.
  626. //
  627. // ISO See https://www.iana.org/assignments/charset-reg/ISO-8859-13 https://www.iana.org/assignments/charset-reg/ISO-8859-13
  628. ISO885913 MIB = 109
  629. // ISO885914 is the MIB identifier with IANA name ISO-8859-14.
  630. //
  631. // ISO See https://www.iana.org/assignments/charset-reg/ISO-8859-14
  632. ISO885914 MIB = 110
  633. // ISO885915 is the MIB identifier with IANA name ISO-8859-15.
  634. //
  635. // ISO
  636. // Please see: https://www.iana.org/assignments/charset-reg/ISO-8859-15
  637. ISO885915 MIB = 111
  638. // ISO885916 is the MIB identifier with IANA name ISO-8859-16.
  639. //
  640. // ISO
  641. ISO885916 MIB = 112
  642. // GBK is the MIB identifier with IANA name GBK.
  643. //
  644. // Chinese IT Standardization Technical Committee
  645. // Please see: https://www.iana.org/assignments/charset-reg/GBK
  646. GBK MIB = 113
  647. // GB18030 is the MIB identifier with IANA name GB18030.
  648. //
  649. // Chinese IT Standardization Technical Committee
  650. // Please see: https://www.iana.org/assignments/charset-reg/GB18030
  651. GB18030 MIB = 114
  652. // OSDEBCDICDF0415 is the MIB identifier with IANA name OSD_EBCDIC_DF04_15.
  653. //
  654. // Fujitsu-Siemens standard mainframe EBCDIC encoding
  655. // Please see: https://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-15
  656. OSDEBCDICDF0415 MIB = 115
  657. // OSDEBCDICDF03IRV is the MIB identifier with IANA name OSD_EBCDIC_DF03_IRV.
  658. //
  659. // Fujitsu-Siemens standard mainframe EBCDIC encoding
  660. // Please see: https://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF03-IRV
  661. OSDEBCDICDF03IRV MIB = 116
  662. // OSDEBCDICDF041 is the MIB identifier with IANA name OSD_EBCDIC_DF04_1.
  663. //
  664. // Fujitsu-Siemens standard mainframe EBCDIC encoding
  665. // Please see: https://www.iana.org/assignments/charset-reg/OSD-EBCDIC-DF04-1
  666. OSDEBCDICDF041 MIB = 117
  667. // ISO115481 is the MIB identifier with IANA name ISO-11548-1.
  668. //
  669. // See https://www.iana.org/assignments/charset-reg/ISO-11548-1
  670. ISO115481 MIB = 118
  671. // KZ1048 is the MIB identifier with IANA name KZ-1048.
  672. //
  673. // See https://www.iana.org/assignments/charset-reg/KZ-1048
  674. KZ1048 MIB = 119
  675. // Unicode is the MIB identifier with IANA name ISO-10646-UCS-2.
  676. //
  677. // the 2-octet Basic Multilingual Plane, aka Unicode
  678. // this needs to specify network byte order: the standard
  679. // does not specify (it is a 16-bit integer space)
  680. Unicode MIB = 1000
  681. // UCS4 is the MIB identifier with IANA name ISO-10646-UCS-4.
  682. //
  683. // the full code space. (same comment about byte order,
  684. // these are 31-bit numbers.
  685. UCS4 MIB = 1001
  686. // UnicodeASCII is the MIB identifier with IANA name ISO-10646-UCS-Basic.
  687. //
  688. // ASCII subset of Unicode. Basic Latin = collection 1
  689. // See ISO 10646, Appendix A
  690. UnicodeASCII MIB = 1002
  691. // UnicodeLatin1 is the MIB identifier with IANA name ISO-10646-Unicode-Latin1.
  692. //
  693. // ISO Latin-1 subset of Unicode. Basic Latin and Latin-1
  694. // Supplement = collections 1 and 2. See ISO 10646,
  695. // Appendix A. See rfc1815 .
  696. UnicodeLatin1 MIB = 1003
  697. // UnicodeJapanese is the MIB identifier with IANA name ISO-10646-J-1.
  698. //
  699. // ISO 10646 Japanese, see rfc1815 .
  700. UnicodeJapanese MIB = 1004
  701. // UnicodeIBM1261 is the MIB identifier with IANA name ISO-Unicode-IBM-1261.
  702. //
  703. // IBM Latin-2, -3, -5, Extended Presentation Set, GCSGID: 1261
  704. UnicodeIBM1261 MIB = 1005
  705. // UnicodeIBM1268 is the MIB identifier with IANA name ISO-Unicode-IBM-1268.
  706. //
  707. // IBM Latin-4 Extended Presentation Set, GCSGID: 1268
  708. UnicodeIBM1268 MIB = 1006
  709. // UnicodeIBM1276 is the MIB identifier with IANA name ISO-Unicode-IBM-1276.
  710. //
  711. // IBM Cyrillic Greek Extended Presentation Set, GCSGID: 1276
  712. UnicodeIBM1276 MIB = 1007
  713. // UnicodeIBM1264 is the MIB identifier with IANA name ISO-Unicode-IBM-1264.
  714. //
  715. // IBM Arabic Presentation Set, GCSGID: 1264
  716. UnicodeIBM1264 MIB = 1008
  717. // UnicodeIBM1265 is the MIB identifier with IANA name ISO-Unicode-IBM-1265.
  718. //
  719. // IBM Hebrew Presentation Set, GCSGID: 1265
  720. UnicodeIBM1265 MIB = 1009
  721. // Unicode11 is the MIB identifier with IANA name UNICODE-1-1.
  722. //
  723. // rfc1641
  724. // Reference: RFC1641
  725. Unicode11 MIB = 1010
  726. // SCSU is the MIB identifier with IANA name SCSU.
  727. //
  728. // SCSU See https://www.iana.org/assignments/charset-reg/SCSU
  729. SCSU MIB = 1011
  730. // UTF7 is the MIB identifier with IANA name UTF-7.
  731. //
  732. // rfc2152
  733. // Reference: RFC2152
  734. UTF7 MIB = 1012
  735. // UTF16BE is the MIB identifier with IANA name UTF-16BE.
  736. //
  737. // rfc2781
  738. // Reference: RFC2781
  739. UTF16BE MIB = 1013
  740. // UTF16LE is the MIB identifier with IANA name UTF-16LE.
  741. //
  742. // rfc2781
  743. // Reference: RFC2781
  744. UTF16LE MIB = 1014
  745. // UTF16 is the MIB identifier with IANA name UTF-16.
  746. //
  747. // rfc2781
  748. // Reference: RFC2781
  749. UTF16 MIB = 1015
  750. // CESU8 is the MIB identifier with IANA name CESU-8.
  751. //
  752. // https://www.unicode.org/reports/tr26
  753. CESU8 MIB = 1016
  754. // UTF32 is the MIB identifier with IANA name UTF-32.
  755. //
  756. // https://www.unicode.org/reports/tr19/
  757. UTF32 MIB = 1017
  758. // UTF32BE is the MIB identifier with IANA name UTF-32BE.
  759. //
  760. // https://www.unicode.org/reports/tr19/
  761. UTF32BE MIB = 1018
  762. // UTF32LE is the MIB identifier with IANA name UTF-32LE.
  763. //
  764. // https://www.unicode.org/reports/tr19/
  765. UTF32LE MIB = 1019
  766. // BOCU1 is the MIB identifier with IANA name BOCU-1.
  767. //
  768. // https://www.unicode.org/notes/tn6/
  769. BOCU1 MIB = 1020
  770. // UTF7IMAP is the MIB identifier with IANA name UTF-7-IMAP.
  771. //
  772. // Note: This charset is used to encode Unicode in IMAP mailbox names;
  773. // see section 5.1.3 of rfc3501 . It should never be used
  774. // outside this context. A name has been assigned so that charset processing
  775. // implementations can refer to it in a consistent way.
  776. UTF7IMAP MIB = 1021
  777. // Windows30Latin1 is the MIB identifier with IANA name ISO-8859-1-Windows-3.0-Latin-1.
  778. //
  779. // Extended ISO 8859-1 Latin-1 for Windows 3.0.
  780. // PCL Symbol Set id: 9U
  781. Windows30Latin1 MIB = 2000
  782. // Windows31Latin1 is the MIB identifier with IANA name ISO-8859-1-Windows-3.1-Latin-1.
  783. //
  784. // Extended ISO 8859-1 Latin-1 for Windows 3.1.
  785. // PCL Symbol Set id: 19U
  786. Windows31Latin1 MIB = 2001
  787. // Windows31Latin2 is the MIB identifier with IANA name ISO-8859-2-Windows-Latin-2.
  788. //
  789. // Extended ISO 8859-2. Latin-2 for Windows 3.1.
  790. // PCL Symbol Set id: 9E
  791. Windows31Latin2 MIB = 2002
  792. // Windows31Latin5 is the MIB identifier with IANA name ISO-8859-9-Windows-Latin-5.
  793. //
  794. // Extended ISO 8859-9. Latin-5 for Windows 3.1
  795. // PCL Symbol Set id: 5T
  796. Windows31Latin5 MIB = 2003
  797. // HPRoman8 is the MIB identifier with IANA name hp-roman8.
  798. //
  799. // LaserJet IIP Printer User's Manual,
  800. // HP part no 33471-90901, Hewlet-Packard, June 1989.
  801. // Reference: RFC1345
  802. HPRoman8 MIB = 2004
  803. // AdobeStandardEncoding is the MIB identifier with IANA name Adobe-Standard-Encoding.
  804. //
  805. // PostScript Language Reference Manual
  806. // PCL Symbol Set id: 10J
  807. AdobeStandardEncoding MIB = 2005
  808. // VenturaUS is the MIB identifier with IANA name Ventura-US.
  809. //
  810. // Ventura US. ASCII plus characters typically used in
  811. // publishing, like pilcrow, copyright, registered, trade mark,
  812. // section, dagger, and double dagger in the range A0 (hex)
  813. // to FF (hex).
  814. // PCL Symbol Set id: 14J
  815. VenturaUS MIB = 2006
  816. // VenturaInternational is the MIB identifier with IANA name Ventura-International.
  817. //
  818. // Ventura International. ASCII plus coded characters similar
  819. // to Roman8.
  820. // PCL Symbol Set id: 13J
  821. VenturaInternational MIB = 2007
  822. // DECMCS is the MIB identifier with IANA name DEC-MCS.
  823. //
  824. // VAX/VMS User's Manual,
  825. // Order Number: AI-Y517A-TE, April 1986.
  826. // Reference: RFC1345
  827. DECMCS MIB = 2008
  828. // PC850Multilingual is the MIB identifier with IANA name IBM850.
  829. //
  830. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  831. // Reference: RFC1345
  832. PC850Multilingual MIB = 2009
  833. // PC8DanishNorwegian is the MIB identifier with IANA name PC8-Danish-Norwegian.
  834. //
  835. // PC Danish Norwegian
  836. // 8-bit PC set for Danish Norwegian
  837. // PCL Symbol Set id: 11U
  838. PC8DanishNorwegian MIB = 2012
  839. // PC862LatinHebrew is the MIB identifier with IANA name IBM862.
  840. //
  841. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  842. // Reference: RFC1345
  843. PC862LatinHebrew MIB = 2013
  844. // PC8Turkish is the MIB identifier with IANA name PC8-Turkish.
  845. //
  846. // PC Latin Turkish. PCL Symbol Set id: 9T
  847. PC8Turkish MIB = 2014
  848. // IBMSymbols is the MIB identifier with IANA name IBM-Symbols.
  849. //
  850. // Presentation Set, CPGID: 259
  851. IBMSymbols MIB = 2015
  852. // IBMThai is the MIB identifier with IANA name IBM-Thai.
  853. //
  854. // Presentation Set, CPGID: 838
  855. IBMThai MIB = 2016
  856. // HPLegal is the MIB identifier with IANA name HP-Legal.
  857. //
  858. // PCL 5 Comparison Guide, Hewlett-Packard,
  859. // HP part number 5961-0510, October 1992
  860. // PCL Symbol Set id: 1U
  861. HPLegal MIB = 2017
  862. // HPPiFont is the MIB identifier with IANA name HP-Pi-font.
  863. //
  864. // PCL 5 Comparison Guide, Hewlett-Packard,
  865. // HP part number 5961-0510, October 1992
  866. // PCL Symbol Set id: 15U
  867. HPPiFont MIB = 2018
  868. // HPMath8 is the MIB identifier with IANA name HP-Math8.
  869. //
  870. // PCL 5 Comparison Guide, Hewlett-Packard,
  871. // HP part number 5961-0510, October 1992
  872. // PCL Symbol Set id: 8M
  873. HPMath8 MIB = 2019
  874. // HPPSMath is the MIB identifier with IANA name Adobe-Symbol-Encoding.
  875. //
  876. // PostScript Language Reference Manual
  877. // PCL Symbol Set id: 5M
  878. HPPSMath MIB = 2020
  879. // HPDesktop is the MIB identifier with IANA name HP-DeskTop.
  880. //
  881. // PCL 5 Comparison Guide, Hewlett-Packard,
  882. // HP part number 5961-0510, October 1992
  883. // PCL Symbol Set id: 7J
  884. HPDesktop MIB = 2021
  885. // VenturaMath is the MIB identifier with IANA name Ventura-Math.
  886. //
  887. // PCL 5 Comparison Guide, Hewlett-Packard,
  888. // HP part number 5961-0510, October 1992
  889. // PCL Symbol Set id: 6M
  890. VenturaMath MIB = 2022
  891. // MicrosoftPublishing is the MIB identifier with IANA name Microsoft-Publishing.
  892. //
  893. // PCL 5 Comparison Guide, Hewlett-Packard,
  894. // HP part number 5961-0510, October 1992
  895. // PCL Symbol Set id: 6J
  896. MicrosoftPublishing MIB = 2023
  897. // Windows31J is the MIB identifier with IANA name Windows-31J.
  898. //
  899. // Windows Japanese. A further extension of Shift_JIS
  900. // to include NEC special characters (Row 13), NEC
  901. // selection of IBM extensions (Rows 89 to 92), and IBM
  902. // extensions (Rows 115 to 119). The CCS's are
  903. // JIS X0201:1997, JIS X0208:1997, and these extensions.
  904. // This charset can be used for the top-level media type "text",
  905. // but it is of limited or specialized use (see rfc2278 ).
  906. // PCL Symbol Set id: 19K
  907. Windows31J MIB = 2024
  908. // GB2312 is the MIB identifier with IANA name GB2312 (MIME: GB2312).
  909. //
  910. // Chinese for People's Republic of China (PRC) mixed one byte,
  911. // two byte set:
  912. // 20-7E = one byte ASCII
  913. // A1-FE = two byte PRC Kanji
  914. // See GB 2312-80
  915. // PCL Symbol Set Id: 18C
  916. GB2312 MIB = 2025
  917. // Big5 is the MIB identifier with IANA name Big5 (MIME: Big5).
  918. //
  919. // Chinese for Taiwan Multi-byte set.
  920. // PCL Symbol Set Id: 18T
  921. Big5 MIB = 2026
  922. // Macintosh is the MIB identifier with IANA name macintosh.
  923. //
  924. // The Unicode Standard ver1.0, ISBN 0-201-56788-1, Oct 1991
  925. // Reference: RFC1345
  926. Macintosh MIB = 2027
  927. // IBM037 is the MIB identifier with IANA name IBM037.
  928. //
  929. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  930. // Reference: RFC1345
  931. IBM037 MIB = 2028
  932. // IBM038 is the MIB identifier with IANA name IBM038.
  933. //
  934. // IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  935. // Reference: RFC1345
  936. IBM038 MIB = 2029
  937. // IBM273 is the MIB identifier with IANA name IBM273.
  938. //
  939. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  940. // Reference: RFC1345
  941. IBM273 MIB = 2030
  942. // IBM274 is the MIB identifier with IANA name IBM274.
  943. //
  944. // IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  945. // Reference: RFC1345
  946. IBM274 MIB = 2031
  947. // IBM275 is the MIB identifier with IANA name IBM275.
  948. //
  949. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  950. // Reference: RFC1345
  951. IBM275 MIB = 2032
  952. // IBM277 is the MIB identifier with IANA name IBM277.
  953. //
  954. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  955. // Reference: RFC1345
  956. IBM277 MIB = 2033
  957. // IBM278 is the MIB identifier with IANA name IBM278.
  958. //
  959. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  960. // Reference: RFC1345
  961. IBM278 MIB = 2034
  962. // IBM280 is the MIB identifier with IANA name IBM280.
  963. //
  964. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  965. // Reference: RFC1345
  966. IBM280 MIB = 2035
  967. // IBM281 is the MIB identifier with IANA name IBM281.
  968. //
  969. // IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  970. // Reference: RFC1345
  971. IBM281 MIB = 2036
  972. // IBM284 is the MIB identifier with IANA name IBM284.
  973. //
  974. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  975. // Reference: RFC1345
  976. IBM284 MIB = 2037
  977. // IBM285 is the MIB identifier with IANA name IBM285.
  978. //
  979. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  980. // Reference: RFC1345
  981. IBM285 MIB = 2038
  982. // IBM290 is the MIB identifier with IANA name IBM290.
  983. //
  984. // IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  985. // Reference: RFC1345
  986. IBM290 MIB = 2039
  987. // IBM297 is the MIB identifier with IANA name IBM297.
  988. //
  989. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  990. // Reference: RFC1345
  991. IBM297 MIB = 2040
  992. // IBM420 is the MIB identifier with IANA name IBM420.
  993. //
  994. // IBM NLS RM Vol2 SE09-8002-01, March 1990,
  995. // IBM NLS RM p 11-11
  996. // Reference: RFC1345
  997. IBM420 MIB = 2041
  998. // IBM423 is the MIB identifier with IANA name IBM423.
  999. //
  1000. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1001. // Reference: RFC1345
  1002. IBM423 MIB = 2042
  1003. // IBM424 is the MIB identifier with IANA name IBM424.
  1004. //
  1005. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1006. // Reference: RFC1345
  1007. IBM424 MIB = 2043
  1008. // PC8CodePage437 is the MIB identifier with IANA name IBM437.
  1009. //
  1010. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1011. // Reference: RFC1345
  1012. PC8CodePage437 MIB = 2011
  1013. // IBM500 is the MIB identifier with IANA name IBM500.
  1014. //
  1015. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1016. // Reference: RFC1345
  1017. IBM500 MIB = 2044
  1018. // IBM851 is the MIB identifier with IANA name IBM851.
  1019. //
  1020. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1021. // Reference: RFC1345
  1022. IBM851 MIB = 2045
  1023. // PCp852 is the MIB identifier with IANA name IBM852.
  1024. //
  1025. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1026. // Reference: RFC1345
  1027. PCp852 MIB = 2010
  1028. // IBM855 is the MIB identifier with IANA name IBM855.
  1029. //
  1030. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1031. // Reference: RFC1345
  1032. IBM855 MIB = 2046
  1033. // IBM857 is the MIB identifier with IANA name IBM857.
  1034. //
  1035. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1036. // Reference: RFC1345
  1037. IBM857 MIB = 2047
  1038. // IBM860 is the MIB identifier with IANA name IBM860.
  1039. //
  1040. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1041. // Reference: RFC1345
  1042. IBM860 MIB = 2048
  1043. // IBM861 is the MIB identifier with IANA name IBM861.
  1044. //
  1045. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1046. // Reference: RFC1345
  1047. IBM861 MIB = 2049
  1048. // IBM863 is the MIB identifier with IANA name IBM863.
  1049. //
  1050. // IBM Keyboard layouts and code pages, PN 07G4586 June 1991
  1051. // Reference: RFC1345
  1052. IBM863 MIB = 2050
  1053. // IBM864 is the MIB identifier with IANA name IBM864.
  1054. //
  1055. // IBM Keyboard layouts and code pages, PN 07G4586 June 1991
  1056. // Reference: RFC1345
  1057. IBM864 MIB = 2051
  1058. // IBM865 is the MIB identifier with IANA name IBM865.
  1059. //
  1060. // IBM DOS 3.3 Ref (Abridged), 94X9575 (Feb 1987)
  1061. // Reference: RFC1345
  1062. IBM865 MIB = 2052
  1063. // IBM868 is the MIB identifier with IANA name IBM868.
  1064. //
  1065. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1066. // Reference: RFC1345
  1067. IBM868 MIB = 2053
  1068. // IBM869 is the MIB identifier with IANA name IBM869.
  1069. //
  1070. // IBM Keyboard layouts and code pages, PN 07G4586 June 1991
  1071. // Reference: RFC1345
  1072. IBM869 MIB = 2054
  1073. // IBM870 is the MIB identifier with IANA name IBM870.
  1074. //
  1075. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1076. // Reference: RFC1345
  1077. IBM870 MIB = 2055
  1078. // IBM871 is the MIB identifier with IANA name IBM871.
  1079. //
  1080. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1081. // Reference: RFC1345
  1082. IBM871 MIB = 2056
  1083. // IBM880 is the MIB identifier with IANA name IBM880.
  1084. //
  1085. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1086. // Reference: RFC1345
  1087. IBM880 MIB = 2057
  1088. // IBM891 is the MIB identifier with IANA name IBM891.
  1089. //
  1090. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1091. // Reference: RFC1345
  1092. IBM891 MIB = 2058
  1093. // IBM903 is the MIB identifier with IANA name IBM903.
  1094. //
  1095. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1096. // Reference: RFC1345
  1097. IBM903 MIB = 2059
  1098. // IBBM904 is the MIB identifier with IANA name IBM904.
  1099. //
  1100. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1101. // Reference: RFC1345
  1102. IBBM904 MIB = 2060
  1103. // IBM905 is the MIB identifier with IANA name IBM905.
  1104. //
  1105. // IBM 3174 Character Set Ref, GA27-3831-02, March 1990
  1106. // Reference: RFC1345
  1107. IBM905 MIB = 2061
  1108. // IBM918 is the MIB identifier with IANA name IBM918.
  1109. //
  1110. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1111. // Reference: RFC1345
  1112. IBM918 MIB = 2062
  1113. // IBM1026 is the MIB identifier with IANA name IBM1026.
  1114. //
  1115. // IBM NLS RM Vol2 SE09-8002-01, March 1990
  1116. // Reference: RFC1345
  1117. IBM1026 MIB = 2063
  1118. // IBMEBCDICATDE is the MIB identifier with IANA name EBCDIC-AT-DE.
  1119. //
  1120. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1121. // Reference: RFC1345
  1122. IBMEBCDICATDE MIB = 2064
  1123. // EBCDICATDEA is the MIB identifier with IANA name EBCDIC-AT-DE-A.
  1124. //
  1125. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1126. // Reference: RFC1345
  1127. EBCDICATDEA MIB = 2065
  1128. // EBCDICCAFR is the MIB identifier with IANA name EBCDIC-CA-FR.
  1129. //
  1130. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1131. // Reference: RFC1345
  1132. EBCDICCAFR MIB = 2066
  1133. // EBCDICDKNO is the MIB identifier with IANA name EBCDIC-DK-NO.
  1134. //
  1135. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1136. // Reference: RFC1345
  1137. EBCDICDKNO MIB = 2067
  1138. // EBCDICDKNOA is the MIB identifier with IANA name EBCDIC-DK-NO-A.
  1139. //
  1140. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1141. // Reference: RFC1345
  1142. EBCDICDKNOA MIB = 2068
  1143. // EBCDICFISE is the MIB identifier with IANA name EBCDIC-FI-SE.
  1144. //
  1145. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1146. // Reference: RFC1345
  1147. EBCDICFISE MIB = 2069
  1148. // EBCDICFISEA is the MIB identifier with IANA name EBCDIC-FI-SE-A.
  1149. //
  1150. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1151. // Reference: RFC1345
  1152. EBCDICFISEA MIB = 2070
  1153. // EBCDICFR is the MIB identifier with IANA name EBCDIC-FR.
  1154. //
  1155. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1156. // Reference: RFC1345
  1157. EBCDICFR MIB = 2071
  1158. // EBCDICIT is the MIB identifier with IANA name EBCDIC-IT.
  1159. //
  1160. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1161. // Reference: RFC1345
  1162. EBCDICIT MIB = 2072
  1163. // EBCDICPT is the MIB identifier with IANA name EBCDIC-PT.
  1164. //
  1165. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1166. // Reference: RFC1345
  1167. EBCDICPT MIB = 2073
  1168. // EBCDICES is the MIB identifier with IANA name EBCDIC-ES.
  1169. //
  1170. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1171. // Reference: RFC1345
  1172. EBCDICES MIB = 2074
  1173. // EBCDICESA is the MIB identifier with IANA name EBCDIC-ES-A.
  1174. //
  1175. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1176. // Reference: RFC1345
  1177. EBCDICESA MIB = 2075
  1178. // EBCDICESS is the MIB identifier with IANA name EBCDIC-ES-S.
  1179. //
  1180. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1181. // Reference: RFC1345
  1182. EBCDICESS MIB = 2076
  1183. // EBCDICUK is the MIB identifier with IANA name EBCDIC-UK.
  1184. //
  1185. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1186. // Reference: RFC1345
  1187. EBCDICUK MIB = 2077
  1188. // EBCDICUS is the MIB identifier with IANA name EBCDIC-US.
  1189. //
  1190. // IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
  1191. // Reference: RFC1345
  1192. EBCDICUS MIB = 2078
  1193. // Unknown8BiT is the MIB identifier with IANA name UNKNOWN-8BIT.
  1194. //
  1195. // Reference: RFC1428
  1196. Unknown8BiT MIB = 2079
  1197. // Mnemonic is the MIB identifier with IANA name MNEMONIC.
  1198. //
  1199. // rfc1345 , also known as "mnemonic+ascii+38"
  1200. // Reference: RFC1345
  1201. Mnemonic MIB = 2080
  1202. // Mnem is the MIB identifier with IANA name MNEM.
  1203. //
  1204. // rfc1345 , also known as "mnemonic+ascii+8200"
  1205. // Reference: RFC1345
  1206. Mnem MIB = 2081
  1207. // VISCII is the MIB identifier with IANA name VISCII.
  1208. //
  1209. // rfc1456
  1210. // Reference: RFC1456
  1211. VISCII MIB = 2082
  1212. // VIQR is the MIB identifier with IANA name VIQR.
  1213. //
  1214. // rfc1456
  1215. // Reference: RFC1456
  1216. VIQR MIB = 2083
  1217. // KOI8R is the MIB identifier with IANA name KOI8-R (MIME: KOI8-R).
  1218. //
  1219. // rfc1489 , based on GOST-19768-74, ISO-6937/8,
  1220. // INIS-Cyrillic, ISO-5427.
  1221. // Reference: RFC1489
  1222. KOI8R MIB = 2084
  1223. // HZGB2312 is the MIB identifier with IANA name HZ-GB-2312.
  1224. //
  1225. // rfc1842 , rfc1843 rfc1843 rfc1842
  1226. HZGB2312 MIB = 2085
  1227. // IBM866 is the MIB identifier with IANA name IBM866.
  1228. //
  1229. // IBM NLDG Volume 2 (SE09-8002-03) August 1994
  1230. IBM866 MIB = 2086
  1231. // PC775Baltic is the MIB identifier with IANA name IBM775.
  1232. //
  1233. // HP PCL 5 Comparison Guide (P/N 5021-0329) pp B-13, 1996
  1234. PC775Baltic MIB = 2087
  1235. // KOI8U is the MIB identifier with IANA name KOI8-U.
  1236. //
  1237. // rfc2319
  1238. // Reference: RFC2319
  1239. KOI8U MIB = 2088
  1240. // IBM00858 is the MIB identifier with IANA name IBM00858.
  1241. //
  1242. // IBM See https://www.iana.org/assignments/charset-reg/IBM00858
  1243. IBM00858 MIB = 2089
  1244. // IBM00924 is the MIB identifier with IANA name IBM00924.
  1245. //
  1246. // IBM See https://www.iana.org/assignments/charset-reg/IBM00924
  1247. IBM00924 MIB = 2090
  1248. // IBM01140 is the MIB identifier with IANA name IBM01140.
  1249. //
  1250. // IBM See https://www.iana.org/assignments/charset-reg/IBM01140
  1251. IBM01140 MIB = 2091
  1252. // IBM01141 is the MIB identifier with IANA name IBM01141.
  1253. //
  1254. // IBM See https://www.iana.org/assignments/charset-reg/IBM01141
  1255. IBM01141 MIB = 2092
  1256. // IBM01142 is the MIB identifier with IANA name IBM01142.
  1257. //
  1258. // IBM See https://www.iana.org/assignments/charset-reg/IBM01142
  1259. IBM01142 MIB = 2093
  1260. // IBM01143 is the MIB identifier with IANA name IBM01143.
  1261. //
  1262. // IBM See https://www.iana.org/assignments/charset-reg/IBM01143
  1263. IBM01143 MIB = 2094
  1264. // IBM01144 is the MIB identifier with IANA name IBM01144.
  1265. //
  1266. // IBM See https://www.iana.org/assignments/charset-reg/IBM01144
  1267. IBM01144 MIB = 2095
  1268. // IBM01145 is the MIB identifier with IANA name IBM01145.
  1269. //
  1270. // IBM See https://www.iana.org/assignments/charset-reg/IBM01145
  1271. IBM01145 MIB = 2096
  1272. // IBM01146 is the MIB identifier with IANA name IBM01146.
  1273. //
  1274. // IBM See https://www.iana.org/assignments/charset-reg/IBM01146
  1275. IBM01146 MIB = 2097
  1276. // IBM01147 is the MIB identifier with IANA name IBM01147.
  1277. //
  1278. // IBM See https://www.iana.org/assignments/charset-reg/IBM01147
  1279. IBM01147 MIB = 2098
  1280. // IBM01148 is the MIB identifier with IANA name IBM01148.
  1281. //
  1282. // IBM See https://www.iana.org/assignments/charset-reg/IBM01148
  1283. IBM01148 MIB = 2099
  1284. // IBM01149 is the MIB identifier with IANA name IBM01149.
  1285. //
  1286. // IBM See https://www.iana.org/assignments/charset-reg/IBM01149
  1287. IBM01149 MIB = 2100
  1288. // Big5HKSCS is the MIB identifier with IANA name Big5-HKSCS.
  1289. //
  1290. // See https://www.iana.org/assignments/charset-reg/Big5-HKSCS
  1291. Big5HKSCS MIB = 2101
  1292. // IBM1047 is the MIB identifier with IANA name IBM1047.
  1293. //
  1294. // IBM1047 (EBCDIC Latin 1/Open Systems) https://www-1.ibm.com/servers/eserver/iseries/software/globalization/pdf/cp01047z.pdf
  1295. IBM1047 MIB = 2102
  1296. // PTCP154 is the MIB identifier with IANA name PTCP154.
  1297. //
  1298. // See https://www.iana.org/assignments/charset-reg/PTCP154
  1299. PTCP154 MIB = 2103
  1300. // Amiga1251 is the MIB identifier with IANA name Amiga-1251.
  1301. //
  1302. // See https://www.amiga.ultranet.ru/Amiga-1251.html
  1303. Amiga1251 MIB = 2104
  1304. // KOI7switched is the MIB identifier with IANA name KOI7-switched.
  1305. //
  1306. // See https://www.iana.org/assignments/charset-reg/KOI7-switched
  1307. KOI7switched MIB = 2105
  1308. // BRF is the MIB identifier with IANA name BRF.
  1309. //
  1310. // See https://www.iana.org/assignments/charset-reg/BRF
  1311. BRF MIB = 2106
  1312. // TSCII is the MIB identifier with IANA name TSCII.
  1313. //
  1314. // See https://www.iana.org/assignments/charset-reg/TSCII
  1315. TSCII MIB = 2107
  1316. // CP51932 is the MIB identifier with IANA name CP51932.
  1317. //
  1318. // See https://www.iana.org/assignments/charset-reg/CP51932
  1319. CP51932 MIB = 2108
  1320. // Windows874 is the MIB identifier with IANA name windows-874.
  1321. //
  1322. // See https://www.iana.org/assignments/charset-reg/windows-874
  1323. Windows874 MIB = 2109
  1324. // Windows1250 is the MIB identifier with IANA name windows-1250.
  1325. //
  1326. // Microsoft https://www.iana.org/assignments/charset-reg/windows-1250
  1327. Windows1250 MIB = 2250
  1328. // Windows1251 is the MIB identifier with IANA name windows-1251.
  1329. //
  1330. // Microsoft https://www.iana.org/assignments/charset-reg/windows-1251
  1331. Windows1251 MIB = 2251
  1332. // Windows1252 is the MIB identifier with IANA name windows-1252.
  1333. //
  1334. // Microsoft https://www.iana.org/assignments/charset-reg/windows-1252
  1335. Windows1252 MIB = 2252
  1336. // Windows1253 is the MIB identifier with IANA name windows-1253.
  1337. //
  1338. // Microsoft https://www.iana.org/assignments/charset-reg/windows-1253
  1339. Windows1253 MIB = 2253
  1340. // Windows1254 is the MIB identifier with IANA name windows-1254.
  1341. //
  1342. // Microsoft https://www.iana.org/assignments/charset-reg/windows-1254
  1343. Windows1254 MIB = 2254
  1344. // Windows1255 is the MIB identifier with IANA name windows-1255.
  1345. //
  1346. // Microsoft https://www.iana.org/assignments/charset-reg/windows-1255
  1347. Windows1255 MIB = 2255
  1348. // Windows1256 is the MIB identifier with IANA name windows-1256.
  1349. //
  1350. // Microsoft https://www.iana.org/assignments/charset-reg/windows-1256
  1351. Windows1256 MIB = 2256
  1352. // Windows1257 is the MIB identifier with IANA name windows-1257.
  1353. //
  1354. // Microsoft https://www.iana.org/assignments/charset-reg/windows-1257
  1355. Windows1257 MIB = 2257
  1356. // Windows1258 is the MIB identifier with IANA name windows-1258.
  1357. //
  1358. // Microsoft https://www.iana.org/assignments/charset-reg/windows-1258
  1359. Windows1258 MIB = 2258
  1360. // TIS620 is the MIB identifier with IANA name TIS-620.
  1361. //
  1362. // Thai Industrial Standards Institute (TISI)
  1363. TIS620 MIB = 2259
  1364. // CP50220 is the MIB identifier with IANA name CP50220.
  1365. //
  1366. // See https://www.iana.org/assignments/charset-reg/CP50220
  1367. CP50220 MIB = 2260
  1368. )