A Twitch.tv viewer reward and games system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

128 lines
4.4 KiB

12 years ago
  1. // not sure where I got this from, will need to add a generation script for it
  2. exports.BIG5_CHINESE_CI = 1;
  3. exports.LATIN2_CZECH_CS = 2;
  4. exports.DEC8_SWEDISH_CI = 3;
  5. exports.CP850_GENERAL_CI = 4;
  6. exports.LATIN1_GERMAN1_CI = 5;
  7. exports.HP8_ENGLISH_CI = 6;
  8. exports.KOI8R_GENERAL_CI = 7;
  9. exports.LATIN1_SWEDISH_CI = 8;
  10. exports.LATIN2_GENERAL_CI = 9;
  11. exports.SWE7_SWEDISH_CI = 10;
  12. exports.ASCII_GENERAL_CI = 11;
  13. exports.UJIS_JAPANESE_CI = 12;
  14. exports.SJIS_JAPANESE_CI = 13;
  15. exports.CP1251_BULGARIAN_CI = 14;
  16. exports.LATIN1_DANISH_CI = 15;
  17. exports.HEBREW_GENERAL_CI = 16;
  18. exports.TIS620_THAI_CI = 18;
  19. exports.EUCKR_KOREAN_CI = 19;
  20. exports.LATIN7_ESTONIAN_CS = 20;
  21. exports.LATIN2_HUNGARIAN_CI = 21;
  22. exports.KOI8U_GENERAL_CI = 22;
  23. exports.CP1251_UKRAINIAN_CI = 23;
  24. exports.GB2312_CHINESE_CI = 24;
  25. exports.GREEK_GENERAL_CI = 25;
  26. exports.CP1250_GENERAL_CI = 26;
  27. exports.LATIN2_CROATIAN_CI = 27;
  28. exports.GBK_CHINESE_CI = 28;
  29. exports.CP1257_LITHUANIAN_CI = 29;
  30. exports.LATIN5_TURKISH_CI = 30;
  31. exports.LATIN1_GERMAN2_CI = 31;
  32. exports.ARMSCII8_GENERAL_CI = 32;
  33. exports.UTF8_GENERAL_CI = 33;
  34. exports.CP1250_CZECH_CS = 34;
  35. exports.UCS2_GENERAL_CI = 35;
  36. exports.CP866_GENERAL_CI = 36;
  37. exports.KEYBCS2_GENERAL_CI = 37;
  38. exports.MACCE_GENERAL_CI = 38;
  39. exports.MACROMAN_GENERAL_CI = 39;
  40. exports.CP852_GENERAL_CI = 40;
  41. exports.LATIN7_GENERAL_CI = 41;
  42. exports.LATIN7_GENERAL_CS = 42;
  43. exports.MACCE_BIN = 43;
  44. exports.CP1250_CROATIAN_CI = 44;
  45. exports.LATIN1_BIN = 47;
  46. exports.LATIN1_GENERAL_CI = 48;
  47. exports.LATIN1_GENERAL_CS = 49;
  48. exports.CP1251_BIN = 50;
  49. exports.CP1251_GENERAL_CI = 51;
  50. exports.CP1251_GENERAL_CS = 52;
  51. exports.MACROMAN_BIN = 53;
  52. exports.CP1256_GENERAL_CI = 57;
  53. exports.CP1257_BIN = 58;
  54. exports.CP1257_GENERAL_CI = 59;
  55. exports.BINARY = 63;
  56. exports.ARMSCII8_BIN = 64;
  57. exports.ASCII_BIN = 65;
  58. exports.CP1250_BIN = 66;
  59. exports.CP1256_BIN = 67;
  60. exports.CP866_BIN = 68;
  61. exports.DEC8_BIN = 69;
  62. exports.GREEK_BIN = 70;
  63. exports.HEBREW_BIN = 71;
  64. exports.HP8_BIN = 72;
  65. exports.KEYBCS2_BIN = 73;
  66. exports.KOI8R_BIN = 74;
  67. exports.KOI8U_BIN = 75;
  68. exports.LATIN2_BIN = 77;
  69. exports.LATIN5_BIN = 78;
  70. exports.LATIN7_BIN = 79;
  71. exports.CP850_BIN = 80;
  72. exports.CP852_BIN = 81;
  73. exports.SWE7_BIN = 82;
  74. exports.UTF8_BIN = 83;
  75. exports.BIG5_BIN = 84;
  76. exports.EUCKR_BIN = 85;
  77. exports.GB2312_BIN = 86;
  78. exports.GBK_BIN = 87;
  79. exports.SJIS_BIN = 88;
  80. exports.TIS620_BIN = 89;
  81. exports.UCS2_BIN = 90;
  82. exports.UJIS_BIN = 91;
  83. exports.GEOSTD8_GENERAL_CI = 92;
  84. exports.GEOSTD8_BIN = 93;
  85. exports.LATIN1_SPANISH_CI = 94;
  86. exports.CP932_JAPANESE_CI = 95;
  87. exports.CP932_BIN = 96;
  88. exports.EUCJPMS_JAPANESE_CI = 97;
  89. exports.EUCJPMS_BIN = 98;
  90. exports.CP1250_POLISH_CI = 99;
  91. exports.UCS2_UNICODE_CI = 128;
  92. exports.UCS2_ICELANDIC_CI = 129;
  93. exports.UCS2_LATVIAN_CI = 130;
  94. exports.UCS2_ROMANIAN_CI = 131;
  95. exports.UCS2_SLOVENIAN_CI = 132;
  96. exports.UCS2_POLISH_CI = 133;
  97. exports.UCS2_ESTONIAN_CI = 134;
  98. exports.UCS2_SPANISH_CI = 135;
  99. exports.UCS2_SWEDISH_CI = 136;
  100. exports.UCS2_TURKISH_CI = 137;
  101. exports.UCS2_CZECH_CI = 138;
  102. exports.UCS2_DANISH_CI = 139;
  103. exports.UCS2_LITHUANIAN_CI = 140;
  104. exports.UCS2_SLOVAK_CI = 141;
  105. exports.UCS2_SPANISH2_CI = 142;
  106. exports.UCS2_ROMAN_CI = 143;
  107. exports.UCS2_PERSIAN_CI = 144;
  108. exports.UCS2_ESPERANTO_CI = 145;
  109. exports.UCS2_HUNGARIAN_CI = 146;
  110. exports.UTF8_UNICODE_CI = 192;
  111. exports.UTF8_ICELANDIC_CI = 193;
  112. exports.UTF8_LATVIAN_CI = 194;
  113. exports.UTF8_ROMANIAN_CI = 195;
  114. exports.UTF8_SLOVENIAN_CI = 196;
  115. exports.UTF8_POLISH_CI = 197;
  116. exports.UTF8_ESTONIAN_CI = 198;
  117. exports.UTF8_SPANISH_CI = 199;
  118. exports.UTF8_SWEDISH_CI = 200;
  119. exports.UTF8_TURKISH_CI = 201;
  120. exports.UTF8_CZECH_CI = 202;
  121. exports.UTF8_DANISH_CI = 203;
  122. exports.UTF8_LITHUANIAN_CI = 204;
  123. exports.UTF8_SLOVAK_CI = 205;
  124. exports.UTF8_SPANISH2_CI = 206;
  125. exports.UTF8_ROMAN_CI = 207;
  126. exports.UTF8_PERSIAN_CI = 208;
  127. exports.UTF8_ESPERANTO_CI = 209;
  128. exports.UTF8_HUNGARIAN_CI = 210;