Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode support #5

Merged
merged 38 commits into from
May 6, 2024
Merged

Unicode support #5

merged 38 commits into from
May 6, 2024

Conversation

VladimirShaleev
Copy link
Owner

Parsing char8_t, char16_t, char32_t and wchar_t

  • Added char_reader<T> to read strings with different Unicode encodings;
  • Added exceptions with detailed descriptions of errors when reading Unicode encodings.

This PR is related to the issue

@VladimirShaleev VladimirShaleev self-assigned this Apr 22, 2024
@VladimirShaleev VladimirShaleev linked an issue Apr 22, 2024 that may be closed by this pull request
@github-actions github-actions bot added documentation Improvements or additions to documentation source Improvements or additions to source code tests Improvements or additions to tests labels Apr 22, 2024
tests/unicode-tests.cpp Fixed Show fixed Hide fixed
@VladimirShaleev VladimirShaleev merged commit 824e5d2 into main May 6, 2024
170 checks passed
@VladimirShaleev VladimirShaleev deleted the unicode-support branch May 6, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation source Improvements or additions to source code tests Improvements or additions to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parsing char8_t, char16_t, char32_t and wchar_t
1 participant