diff options
author | umnov <umnov@yandex-team.ru> | 2022-02-10 16:50:28 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:28 +0300 |
commit | 3d7afc8b3f778e548b56f985d708ae4e0733b6e2 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/unicode/normalization/custom_encoder.h | |
parent | 0bc655f0b88816a992ff638c25c09627d67e55d0 (diff) | |
download | ydb-3d7afc8b3f778e548b56f985d708ae4e0733b6e2.tar.gz |
Restoring authorship annotation for <umnov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/unicode/normalization/custom_encoder.h')
-rw-r--r-- | library/cpp/unicode/normalization/custom_encoder.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/unicode/normalization/custom_encoder.h b/library/cpp/unicode/normalization/custom_encoder.h index d49a95388d..ef4d5b7f65 100644 --- a/library/cpp/unicode/normalization/custom_encoder.h +++ b/library/cpp/unicode/normalization/custom_encoder.h @@ -1,11 +1,11 @@ -#pragma once - +#pragma once + #include <library/cpp/charset/codepage.h> - + struct TCustomEncoder: public Encoder { void Create(const CodePage* target, bool extended = false); - ~TCustomEncoder(); - -private: - void addToTable(wchar32 ucode, unsigned char code, const CodePage* target); -}; + ~TCustomEncoder(); + +private: + void addToTable(wchar32 ucode, unsigned char code, const CodePage* target); +}; |