code-google-com / texmaker

Automatically exported from code.google.com/p/texmaker
0 stars 0 forks source link

not detecting latin-1 #1345

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a tex file without latin-1 specific characters
2. save the file
3. reopen the file

What is the expected output? What do you see instead?
Expected: open without warning
Reality: Warning about not encoded as ISO-8859-1

What version of the product are you using? On what operating system?
4.1.1 and 4.3 on ubuntu 14.04

Please provide any additional information below.
works when you add just one latin-1 character like a french \'e.
the file command in the terminal has the same problem

Original issue reported on code.google.com by goethals...@gmail.com on 22 Aug 2014 at 2:24

GoogleCodeExporter commented 9 years ago
to detect latin1 encoding, the text must contain latin1 characters...
auto encoding detection 100% efficient doesn't exist : texmaker uses the same 
method than mozilla

Original comment by pa.brac...@gmail.com on 22 Aug 2014 at 3:35