mib.go raw

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