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

Autodetect Encoding #101930

Closed
jockrow opened this issue Jul 8, 2020 · 1 comment
Closed

Autodetect Encoding #101930

jockrow opened this issue Jul 8, 2020 · 1 comment

Comments

@jockrow
Copy link

jockrow commented Jul 8, 2020

Problem: When I open a file, I have to guess the encoding or open with another text editor
I set this settings:
"files.autoGuessEncoding": true

This not autodetected ISO-8859-1 encoding in vsCode

@bpasero
Copy link
Member

bpasero commented Jul 8, 2020

This setting is a "guess" so it is perfectly fine if it failed to "guess". We use https://github.com/aadsm/jschardet as library for detection so feel free to report an issue to them with detailed steps how to reproduce.

@bpasero bpasero closed this as completed Jul 8, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Aug 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants