n370 / texmaker

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

Decoding wrong but it is correct #1371

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Change the default encoding to ISO-8859-1
2. Create a new file in Texmaker and write some code like "bla bla"
3. Save the file somewhere as name.tex
4. Close everything
5. Open the file

What is the expected output? What do you see instead?
I get the message "It seems that this file cannot be correctry decoded..." but 
I created the file with Texmaker with the default encoding and I still get the 
error message.

What version of the product are you using? On what operating system?
4.3 (Win 7)

Please provide any additional information below.

Original issue reported on code.google.com by manuel.k...@gmail.com on 28 Sep 2014 at 12:10

Attachments:

GoogleCodeExporter commented 9 years ago
To be detected as ISO-8859-1 the document must contain ISO-8859-1 characters 
othewise the detection will failed (Texmaker is using the same method than 
Mozilla)

Original comment by pa.brac...@gmail.com on 28 Sep 2014 at 2:11