diff options
author | grig <grig@yandex-team.ru> | 2022-02-10 16:50:24 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:24 +0300 |
commit | da383a4f674027527827ad076134241fc5da0cbf (patch) | |
tree | abffc62e3ae11fc9f73a623ad95ff2c035124fbb /library/cpp/charset/doccodes.h | |
parent | 763020232922c49e25864d2457dbbd772dc4ce55 (diff) | |
download | ydb-da383a4f674027527827ad076134241fc5da0cbf.tar.gz |
Restoring authorship annotation for <grig@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/charset/doccodes.h')
-rw-r--r-- | library/cpp/charset/doccodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/charset/doccodes.h b/library/cpp/charset/doccodes.h index 75c87adf9ee..5314a167eeb 100644 --- a/library/cpp/charset/doccodes.h +++ b/library/cpp/charset/doccodes.h @@ -1,7 +1,7 @@ #pragma once enum ECharset { - CODES_UNSUPPORTED = -2, // valid but unsupported encoding + CODES_UNSUPPORTED = -2, // valid but unsupported encoding CODES_UNKNOWN = -1, // invalid or unspecified encoding CODES_WIN, // [ 0] WINDOWS_1251 Windows CODES_KOI8, // [ 1] KOI8_U Koi8-u |