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

Incorrect character assignments for open quotes #153

Open
eleigh opened this issue Aug 4, 2024 · 0 comments
Open

Incorrect character assignments for open quotes #153

eleigh opened this issue Aug 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@eleigh
Copy link

eleigh commented Aug 4, 2024

PowerAccent / PowerToys v0.83.0

The characters attached to the comma key include what appear to be single and double open and close quotes. The close single-quote displays correctly as character U+2019 (0xE2 0x80 0x99), but the open single-quote displays as character U+05F3 (0xD7 0xB3) in the Hebrew character set, rather than U+2018 (0xE2 0x80 0x98) in the Latin Extended Additional character set. Similarly, the close double-quote displays correctly as character U+201D (0xE2 0x80 0x9D), but the open double-quote displays as character U+05F4 (0xD7 0xB4) rather than U+201C (0xE2 0x80 0x9C).

Resolution: Change the character assignments for the open-single-quote and open-double-quote.

@eleigh eleigh added the bug Something isn't working label Aug 4, 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

No branches or pull requests

1 participant