[libcxx-commits] [PATCH] D143349: [libc++] Fix UTF-8 decoding in codecvts. Fix #60177.
Dimitrij Mijoski via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 6 13:22:35 PST 2023
dimztimz updated this revision to Diff 495262.
dimztimz added a comment.
Patch with full context. I forgot the CLI parametar -U999999 in my previous patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143349/new/
https://reviews.llvm.org/D143349
Files:
libcxx/src/locale.cpp
libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_in.pass.cpp
libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_out.pass.cpp
libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_in.pass.cpp
libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_out.pass.cpp
libcxx/test/std/localization/locale.stdcvt/codecvt_utf8_in.pass.cpp
libcxx/test/std/localization/locale.stdcvt/codecvt_utf8_out.pass.cpp
libcxx/test/std/localization/locale.stdcvt/codecvt_utf8_utf16_in.pass.cpp
libcxx/test/std/localization/locale.stdcvt/codecvt_utf8_utf16_out.pass.cpp
libcxx/test/support/codecvt_unicode_tests.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143349.495262.patch
Type: text/x-patch
Size: 58503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230206/dc8cf994/attachment-0001.bin>
More information about the libcxx-commits
mailing list