Skip to content

src: implement Windows-1252 encoding support and update related tests#60893

Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom
mertcanaltin:mert/fix/windows-1252-decoding
Dec 4, 2025
Merged

src: implement Windows-1252 encoding support and update related tests#60893
nodejs-github-bot merged 1 commit intonodejs:mainfrom
mertcanaltin:mert/fix/windows-1252-decoding

Conversation

@mertcanaltin
Copy link
Copy Markdown
Member

@mertcanaltin mertcanaltin commented Nov 29, 2025

Alternative for this pr: #60889

this pr deleted decodeLatin1, and added Windows-1252 encoding support

problem: #60888

Thanks for repair & info detail 🙏 @ChALkeR

cc @mcollina

Fixes: #60888
Fixes: #59515
Fixes: #56542

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. encoding Issues and PRs related to the TextEncoder and TextDecoder APIs. lts-watch-v22.x PRs that may need to be released in v22.x needs-ci PRs that need a full CI run. typings