diff options
author | alzobnin <alzobnin@yandex-team.ru> | 2022-02-10 16:46:50 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:50 +0300 |
commit | c9317148cc3e9f1b0bc0ce95172f47e099f2c554 (patch) | |
tree | 1e426d905ba97d8c281c5cc53389faaced3832c7 /contrib | |
parent | 6170310e8721e225f64ddabf7a7358253d7a1249 (diff) | |
download | ydb-c9317148cc3e9f1b0bc0ce95172f47e099f2c554.tar.gz |
Restoring authorship annotation for <alzobnin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libs/pire/pire/encoding.cpp | 8 | ||||
-rw-r--r-- | contrib/libs/ya.make | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/pire/pire/encoding.cpp b/contrib/libs/pire/pire/encoding.cpp index 842e2b534d..46bb129874 100644 --- a/contrib/libs/pire/pire/encoding.cpp +++ b/contrib/libs/pire/pire/encoding.cpp @@ -22,7 +22,7 @@ #include <stdexcept> -#include <util/charset/utf8.h> +#include <util/charset/utf8.h> #include <utility> #include <contrib/libs/pire/pire/stub/defaults.h> @@ -83,7 +83,7 @@ namespace { { wchar32 rune; size_t len; - if (SafeReadUTF8Char(rune, len, reinterpret_cast<const unsigned char*>(begin), reinterpret_cast<const unsigned char*>(end)) != RECODE_OK) + if (SafeReadUTF8Char(rune, len, reinterpret_cast<const unsigned char*>(begin), reinterpret_cast<const unsigned char*>(end)) != RECODE_OK) throw Error("Error reading UTF8 sequence"); begin += len; return rune; @@ -91,10 +91,10 @@ namespace { ystring ToLocal(wchar32 c) const { - ystring ret(UTF8RuneLenByUCS(c), ' '); + ystring ret(UTF8RuneLenByUCS(c), ' '); size_t len; unsigned char* p = (unsigned char*) &*ret.begin(); - if (SafeWriteUTF8Char(c, len, p, p + ret.size()) != RECODE_OK) + if (SafeWriteUTF8Char(c, len, p, p + ret.size()) != RECODE_OK) Y_ASSERT(!"Pire::UTF8::toLocal(): Internal error"); return ret; } diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index 9c4640fdcf..0b228b162c 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -34,7 +34,7 @@ RECURSE( clang12 clang12-rt clapack - cld2 + cld2 cnpy cookiemy coreml |