-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Encoding euckr does not exist anymore #101847
Comments
Uncomment this line to see the failure: vscode/src/vs/workbench/services/textfile/test/node/encoding/encoding.test.ts Lines 410 to 412 in c212efa
When I debug this I see the following exception for
@gyzerok @ashtuchkin any clues? |
@bpasero I can take a look tomorrow. Quick idea - this is because of I was trying to reduce the library size by removing what is not needed. It seems that |
@gyzerok ok thanks. one thought I had: it would maybe be good if |
@gyzerok I ended up simply doing this change which makes the test succeed: |
Verified using the following steps:
Verify that encoding is picked |
@gyzerok this seems to be a regression in the webpack version of
iconv-lite
, I am pushing a test now to review...The text was updated successfully, but these errors were encountered: