aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/charset/doccodes.h
diff options
context:
space:
mode:
authorsereglond <sereglond@yandex-team.ru>2022-02-10 16:47:47 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:47 +0300
commit73bb02f2495181e0719a800f979df508924f4b71 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/charset/doccodes.h
parenteb3d925534734c808602b31b38b953677f0a279f (diff)
downloadydb-73bb02f2495181e0719a800f979df508924f4b71.tar.gz
Restoring authorship annotation for <sereglond@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/charset/doccodes.h')
-rw-r--r--library/cpp/charset/doccodes.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/library/cpp/charset/doccodes.h b/library/cpp/charset/doccodes.h
index 103d8006d9..75c87adf9e 100644
--- a/library/cpp/charset/doccodes.h
+++ b/library/cpp/charset/doccodes.h
@@ -20,7 +20,7 @@ enum ECharset {
CODES_IBM855, // [12] IBM_855
CODES_UTF8, // [13] UTF8
CODES_UNKNOWNPLANE, // [14] Unrecognized characters are mapped into the PUA: U+F000..U+F0FF
-
+
CODES_KAZWIN, // [15] WINDOWS_1251_K Kazakh version of Windows-1251
CODES_TATWIN, // [16] WINDOWS_1251_T Tatarian version of Windows-1251
CODES_ARMSCII, // [17] Armenian ASCII
@@ -100,30 +100,30 @@ enum ECharset {
CODES_TIS620,
CODES_VISCII,
- // libiconv multibyte codepages
+ // libiconv multibyte codepages
CODES_BIG5, // [90]
- CODES_BIG5_HKSCS,
- CODES_BIG5_HKSCS_1999,
- CODES_BIG5_HKSCS_2001,
- CODES_CP932,
- CODES_CP936,
- CODES_CP949,
- CODES_CP950,
- CODES_EUC_CN,
- CODES_EUC_JP,
+ CODES_BIG5_HKSCS,
+ CODES_BIG5_HKSCS_1999,
+ CODES_BIG5_HKSCS_2001,
+ CODES_CP932,
+ CODES_CP936,
+ CODES_CP949,
+ CODES_CP950,
+ CODES_EUC_CN,
+ CODES_EUC_JP,
CODES_EUC_KR, // [100]
- CODES_EUC_TW,
- CODES_GB18030,
- CODES_GBK,
- CODES_HZ,
- CODES_ISO_2022_CN,
- CODES_ISO_2022_CN_EXT,
- CODES_ISO_2022_JP,
- CODES_ISO_2022_JP_1,
- CODES_ISO_2022_JP_2,
+ CODES_EUC_TW,
+ CODES_GB18030,
+ CODES_GBK,
+ CODES_HZ,
+ CODES_ISO_2022_CN,
+ CODES_ISO_2022_CN_EXT,
+ CODES_ISO_2022_JP,
+ CODES_ISO_2022_JP_1,
+ CODES_ISO_2022_JP_2,
CODES_ISO_2022_KR, // [110]
- CODES_JOHAB,
- CODES_SHIFT_JIS,
-
- CODES_MAX
+ CODES_JOHAB,
+ CODES_SHIFT_JIS,
+
+ CODES_MAX
};