Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Support non-UTF8 encodings #26

Open
3 tasks
benogle opened this issue Jul 9, 2015 · 0 comments
Open
3 tasks

Support non-UTF8 encodings #26

benogle opened this issue Jul 9, 2015 · 0 comments
Labels

Comments

@benogle
Copy link
Contributor

benogle commented Jul 9, 2015

Thanks to @aki77 we are better at handling utf8 with #25. But support for any other encodings is terrible.

Potential files for testing: https://github.com/benogle/encodings

Open questions

  • With open files, we can pass in the encoding from Atom. How to effectively search files with different encodings? I suppose we need to solve the encoding autodetection in core, then we can use the same pattern when opening each file.
  • Same goes for replacing. We need to write the file in the correct encoding.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant