TextDecoder incorrectly decodes 0x92 for Windows-1252 #56542
Labels
confirmed-bug
Issues with confirmed bugs.
encoding
Issues and PRs related to the TextEncoder and TextDecoder APIs.
good first issue
Issues that are suitable for first-time contributors.
v22.x
v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
v23.x
v23.x Issues that can be reproduced on v23.x or PRs targeting the v23.x-staging branch.
Version
v23.6.0, v22.13.0
Platform
Subsystem
No response
What steps will reproduce the bug?
146 is now decoded as 146, not 8217. This still worked in v23.3.0 and v22.12.0 - might be related to the fix for #56219 ?
How often does it reproduce? Is there a required condition?
It always fails
What is the expected behavior? Why is that the expected behavior?
https://web.archive.org/web/20151027124421/https://msdn.microsoft.com/en-us/library/cc195054.aspx shows 0x92 should indeed be 0x2019
What do you see instead?
something else
Additional information
No response
The text was updated successfully, but these errors were encountered: