@@ -277,5 +277,108 @@ internal enum CharacterSet : ushort
277
277
Utf8Mb4Uca900AccentSensitiveCaseInsensitive = 305 ,
278
278
Utf8Mb4RussianUca900AccentInsensitiveCaseInsensitive = 306 ,
279
279
Utf8Mb4RussianUca900AccentSensitiveCaseSensitive = 307 ,
280
+ Utf8CroatianCaseInsensitiveMariaDb = 576 ,
281
+ Utf8MyanmarCaseInsensitive = 577 ,
282
+ Utf8ThaiUnicode520Weight2 = 578 ,
283
+ Utf8Mb4CroatianCaseInsensitiveMariaDb = 608 ,
284
+ Utf8Mb4MyanmarCaseInsensitive = 609 ,
285
+ Utf8Mb4ThaiUnicode520Weight2 = 610 ,
286
+ Ucs2CroatianCaseInsensitiveMariaDb = 640 ,
287
+ Ucs2MyanmarCaseInsensitive = 641 ,
288
+ Ucs2ThaiUnicode520Weight2 = 642 ,
289
+ Utf16CroatianCaseInsensitiveMariaDb = 672 ,
290
+ Utf16MyanmarCaseInsensitive = 673 ,
291
+ Utf16ThaiUnicode520Weight2 = 674 ,
292
+ Utf32CroatianCaseInsensitiveMariaDb = 736 ,
293
+ Utf32MyanmarCaseInsensitive = 737 ,
294
+ Utf32ThaiUnicode520Weight2 = 738 ,
295
+ Big5ChineseNoPadCaseInsensitive = 1025 ,
296
+ Dec8SwedishNoPadCaseInsensitive = 1027 ,
297
+ Cp850GeneralNoPadCaseInsensitive = 1028 ,
298
+ Hp8EnglishNoPadCaseInsensitive = 1030 ,
299
+ Koi8rGeneralNoPadCaseInsensitive = 1031 ,
300
+ Latin1SwedishNoPadCaseInsensitive = 1032 ,
301
+ Latin2GeneralNoPadCaseInsensitive = 1033 ,
302
+ Swe7SwedishNoPadCaseInsensitive = 1034 ,
303
+ AsciiGeneralNoPadCaseInsensitive = 1035 ,
304
+ UjisJapaneseNoPadCaseInsensitive = 1036 ,
305
+ SjisJapaneseNoPadCaseInsensitive = 1037 ,
306
+ HebrewGeneralNoPadCaseInsensitive = 1040 ,
307
+ Tis620ThaiNoPadCaseInsensitive = 1042 ,
308
+ EuckrKoreanNoPadCaseInsensitive = 1043 ,
309
+ Koi8uGeneralNoPadCaseInsensitive = 1046 ,
310
+ Gb2312ChineseNoPadCaseInsensitive = 1048 ,
311
+ GreekGeneralNoPadCaseInsensitive = 1049 ,
312
+ Cp1250GeneralNoPadCaseInsensitive = 1050 ,
313
+ GbkChineseNoPadCaseInsensitive = 1052 ,
314
+ Latin5TurkishNoPadCaseInsensitive = 1054 ,
315
+ Armscii8GeneralNoPadCaseInsensitive = 1056 ,
316
+ Utf8GeneralNoPadCaseInsensitive = 1057 ,
317
+ Ucs2GeneralNoPadCaseInsensitive = 1059 ,
318
+ Cp866GeneralNoPadCaseInsensitive = 1060 ,
319
+ Keybcs2GeneralNoPadCaseInsensitive = 1061 ,
320
+ MacCentralEuropeanGeneralNoPadCaseInsensitive = 1062 ,
321
+ MacRomanGeneralNoPadCaseInsensitive = 1063 ,
322
+ Cp852GeneralNoPadCaseInsensitive = 1064 ,
323
+ Latin7GeneralNoPadCaseInsensitive = 1065 ,
324
+ MacCentralEuropeanNoPadBinary = 1067 ,
325
+ Utf8Mb4GeneralNoPadCaseInsensitive = 1069 ,
326
+ Utf8Mb4NoPadBinary = 1070 ,
327
+ Latin1NoPadBinary = 1071 ,
328
+ Cp1251NoPadBinary = 1074 ,
329
+ Cp1251GeneralNoPadCaseInsensitive = 1075 ,
330
+ MacRomanNoPadBinary = 1077 ,
331
+ Utf16GeneralNoPadCaseInsensitive = 1078 ,
332
+ Utf16NoPadBinary = 1079 ,
333
+ Utf16leGeneralNoPadCaseInsensitive = 1080 ,
334
+ Cp1256GeneralNoPadCaseInsensitive = 1081 ,
335
+ Cp1257NoPadBinary = 1082 ,
336
+ Cp1257GeneralNoPadCaseInsensitive = 1083 ,
337
+ Utf32GeneralNoPadCaseInsensitive = 1084 ,
338
+ Utf32NoPadBinary = 1085 ,
339
+ Utf16leNoPadBinary = 1086 ,
340
+ Armscii8NoPadBinary = 1088 ,
341
+ AsciiNoPadBinary = 1089 ,
342
+ Cp1250NoPadBinary = 1090 ,
343
+ Cp1256NoPadBinary = 1091 ,
344
+ Cp866NoPadBinary = 1092 ,
345
+ Dec8NoPadBinary = 1093 ,
346
+ GreekNoPadBinary = 1094 ,
347
+ HebrewNoPadBinary = 1095 ,
348
+ Hp8NoPadBinary = 1096 ,
349
+ Keybcs2NoPadBinary = 1097 ,
350
+ Koi8rNoPadBinary = 1098 ,
351
+ Koi8uNoPadBinary = 1099 ,
352
+ Latin2NoPadBinary = 1101 ,
353
+ Latin5NoPadBinary = 1102 ,
354
+ Latin7NoPadBinary = 1103 ,
355
+ Cp850NoPadBinary = 1104 ,
356
+ Cp852NoPadBinary = 1105 ,
357
+ Swe7NoPadBinary = 1106 ,
358
+ Utf8NoPadBinary = 1107 ,
359
+ Big5NoPadBinary = 1108 ,
360
+ EuckrNoPadBinary = 1109 ,
361
+ Gb2312NoPadBinary = 1110 ,
362
+ GbkNoPadBinary = 1111 ,
363
+ SjisNoPadBinary = 1112 ,
364
+ Tis620NoPadBinary = 1113 ,
365
+ Ucs2NoPadBinary = 1114 ,
366
+ UjisNoPadBinary = 1115 ,
367
+ Geostd8GeneralNoPadCaseInsensitive = 1116 ,
368
+ Geostd8NoPadBinary = 1117 ,
369
+ Cp932JapaneseNoPadCaseInsensitive = 1119 ,
370
+ Cp932NoPadBinary = 1120 ,
371
+ EucjpmsJapaneseNoPadCaseInsensitive = 1121 ,
372
+ EucjpmsNoPadBinary = 1122 ,
373
+ Utf16UnicodeNoPadCaseInsensitive = 1125 ,
374
+ Utf16Unicode520NoPadCaseInsensitive = 1147 ,
375
+ Ucs2UnicodeNoPadCaseInsensitive = 1152 ,
376
+ Ucs2Unicode520NoPadCaseInsensitive = 1174 ,
377
+ Utf32UnicodeNoPadCaseInsensitive = 1184 ,
378
+ Utf32Unicode520NoPadCaseInsensitive = 1206 ,
379
+ Utf8UnicodeNoPadCaseInsensitive = 1216 ,
380
+ Utf8Unicode520NoPadCaseInsensitive = 1238 ,
381
+ Utf8Mb4UnicodeNoPadCaseInsensitive = 1248 ,
382
+ Utf8Mb4Unicode520NoPadCaseInsensitive = 1270 ,
280
383
}
281
384
}
0 commit comments