diff options
author | kerzum <kerzum@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
commit | 47a7e7b29636bfb2deb1df5f92363b3c75229c95 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/charset/wide.cpp | |
parent | 9a7232babfd763ccfe827bc70e82e0f50cfd8276 (diff) | |
download | ydb-47a7e7b29636bfb2deb1df5f92363b3c75229c95.tar.gz |
Restoring authorship annotation for <kerzum@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/charset/wide.cpp')
-rw-r--r-- | library/cpp/charset/wide.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/charset/wide.cpp b/library/cpp/charset/wide.cpp index 0bc12eb1d5f..d12b2938176 100644 --- a/library/cpp/charset/wide.cpp +++ b/library/cpp/charset/wide.cpp @@ -1,5 +1,5 @@ -#include "wide.h" - +#include "wide.h" + bool CanBeEncoded(TWtringBuf text, ECharset encoding) { const size_t LEN = 16; const size_t BUFSIZE = LEN * 4; |