encodings.h (freetds-1.2.11.tar.bz2) | : | encodings.h (freetds-1.2.12.tar.bz2) | ||
---|---|---|---|---|
/* | /* | |||
* This file produced from ./encodings.pl on Thu Nov 12 09:01:39 2020 | * This file produced from ./encodings.pl on Sat Nov 21 09:01:36 2020 | |||
*/ | */ | |||
#ifdef TDS_ICONV_ENCODING_TABLES | #ifdef TDS_ICONV_ENCODING_TABLES | |||
static const TDS_ENCODING canonic_charsets[] = { | static const TDS_ENCODING canonic_charsets[] = { | |||
{ "ISO-8859-1", 1, 1, 0}, /* 0 */ | { "ISO-8859-1", 1, 1, 0}, /* 0 */ | |||
{ "UTF-8", 1, 4, 1}, /* 1 */ | { "UTF-8", 1, 4, 1}, /* 1 */ | |||
{ "UCS-2LE", 2, 2, 2}, /* 2 */ | { "UCS-2LE", 2, 2, 2}, /* 2 */ | |||
{ "UCS-2BE", 2, 2, 3}, /* 3 */ | { "UCS-2BE", 2, 2, 3}, /* 3 */ | |||
{ "ARMSCII-8", 1, 1, 4}, /* 4 */ | { "ARMSCII-8", 1, 1, 4}, /* 4 */ | |||
{ "BIG-5", 1, 2, 5}, /* 5 */ | { "BIG-5", 1, 2, 5}, /* 5 */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |