You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When collaborating, we receive files from other people. They may use other
encodings than utf-8. I have to deal with files in utf-8 and latin-1
encodings everyday.
It is doable to an editor to auto-detect text encoding when opening files,
like Emacs do. Encoding cookies are not new user friendly, so they are
against the principles of TeXworks. So the TeXworks should be able to
auto-detect it.
What version of the product are you using? On what operating system?
Release 649, ubuntu linux.
Release 514, windows 7.
Please provide any additional information below.
I have found the following article on how to do the detection from mozilla
code. I don't know it the licensing works.
"How to build standalone universal charset detector from Mozilla source"
http://www.mozilla.org/projects/intl/detectorsrc.html
Original issue reported on code.google.com by [email protected] on 26 May 2010 at 5:58
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 May 2010 at 5:58The text was updated successfully, but these errors were encountered: