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

fix: Use ASCII apostrophe for console message #6076

Merged
merged 1 commit into from
Nov 18, 2023
Merged

fix: Use ASCII apostrophe for console message #6076

merged 1 commit into from
Nov 18, 2023

Conversation

Marcono1234
Copy link
Contributor

Fixes Issue

none

Description of Change

Relates to #3902

The Unicode apostrophe might not be displayed correctly, depending on the encoding of the console. For example on Windows either a '?' or apparently also a 'Æ' is displayed.

Notes:

  • The same sentence using the also appears in the HTML and Jenkins report, but since those specify charset=UTF-8, I assume it is not a problem there
  • The '💖' a few lines below might also not be displayed correctly (under Windows it is just shown as '?'), but that is not as distracting or confusing since it is at the beginning of the line instead of in the middle of the sentence, so that might be fine

Have test cases been added to cover the new functionality?

no

Otherwise it might not be displayed correctly depending on the console
encoding.
@boring-cyborg boring-cyborg bot added the core changes to core label Nov 17, 2023
@Marcono1234 Marcono1234 changed the title Use ASCII apostrophe for console message fix: Use ASCII apostrophe for console message Nov 17, 2023
@jeremylong jeremylong added this to the 9.0.0 milestone Nov 18, 2023
@jeremylong jeremylong merged commit 1acee44 into jeremylong:main Nov 18, 2023
6 of 7 checks passed
@Marcono1234 Marcono1234 deleted the ascii-apostrophe branch November 19, 2023 01:29
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core changes to core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants