diff options
author | chris-benua <chris-benua@yandex-team.ru> | 2022-02-10 16:52:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:04 +0300 |
commit | da3117163c19a82a544ee60e5c997731e485c70b (patch) | |
tree | 292fd0c04867be9e0cdc5c199b6ffa118a61b754 | |
parent | 6e90758a8ecc52d15d22136798a0758cf9f7ccf5 (diff) | |
download | ydb-da3117163c19a82a544ee60e5c997731e485c70b.tar.gz |
Restoring authorship annotation for <chris-benua@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | util/charset/wide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/charset/wide.h b/util/charset/wide.h index 04e6928aab..78d563b77f 100644 --- a/util/charset/wide.h +++ b/util/charset/wide.h @@ -198,7 +198,7 @@ inline bool WriteSymbol(wchar32 s, wchar32*& dest, const wchar32* destEnd) noexc } template <class T> -inline void ::NDetail::WriteSurrogatePair(wchar32 s, T& dest) noexcept { +inline void ::NDetail::WriteSurrogatePair(wchar32 s, T& dest) noexcept { const wchar32 LEAD_OFFSET = 0xD800 - (0x10000 >> 10); Y_ASSERT(s > 0xFFFF && s < ::NUnicode::UnicodeInstancesLimit()); |