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

A parsing error occurs when entering a Unicode character that exceeds two bytes (>=U+10000) in the input area #16415

Closed
BlueRain-debug opened this issue Dec 3, 2023 · 1 comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting

Comments

@BlueRain-debug
Copy link

Windows Terminal version

1.18.3181.0

Windows build number

10.0.19045.3693

Other Software

No response

Steps to reproduce

Enter a character >U+10000 such as 🌯 (U+1F32F) or 𪚥 (U+2A6A5).

Expected Behavior

image
The character should be displayed correctly as in the preview image

Actual Behavior

PowerShell:
image

Command Prompt:
image

Additionally, in the command prompt, if you insert or delete characters in front of this character, this character will be displayed correctly, but this does not apply to PowerShell.
image

This may be related to #6555 but I'm not really sure.

@BlueRain-debug BlueRain-debug added Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Dec 3, 2023
@BlueRain-debug BlueRain-debug changed the title A parsing error occurs when entering a Unicode character that exceeds two bytes (>U+10000) in the input area A parsing error occurs when entering a Unicode character that exceeds two bytes (>=U+10000) in the input area Dec 3, 2023
@BlueRain-debug
Copy link
Author

I think this is a duplicate of #1503 and this should have been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting
Projects
None yet
Development

No branches or pull requests

1 participant