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

GD-471: Support UTF8 characters on reporting failure messages #473

Merged
merged 1 commit into from
May 28, 2024

Conversation

MikeSchulze
Copy link
Owner

Why

The test messages losing UTF8 characters during reporting. This results for converting UTF8 strings via to_utf8_buffer and get_string_from_utf8

What

fixes by replace get_string_from_utf8 and to_utf8_buffer by the utf8 derivate

# Why
The test messages losing UTF8 characters during reporting. This results for converting UTF8 strings via  `to_utf8_buffer` and `get_string_from_utf8`

# What
fixes by replace `get_string_from_utf8` and `to_utf8_buffer` by the utf8 derivate
@MikeSchulze MikeSchulze self-assigned this May 28, 2024
@MikeSchulze MikeSchulze linked an issue May 28, 2024 that may be closed by this pull request
@MikeSchulze MikeSchulze merged commit 2cfb398 into master May 28, 2024
@MikeSchulze MikeSchulze deleted the GD-471 branch May 28, 2024 10:12
@MikeSchulze MikeSchulze added the bug Something isn't working label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GD-471: Non-ASCII characters in test failure output are not handled
1 participant