diff options
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 d49a95388d6..ef4d5b7f656 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); +}; |
