PiRSquared17 / marave

Automatically exported from code.google.com/p/marave
GNU General Public License v2.0
0 stars 0 forks source link

No UTF-8 File, no error message appears #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.open marave-editor
2.open file
3.select on the open-file-dialog a non utf-8 encoded text file

What is the expected output? What do you see instead?
Any message is expected, saying that marave only supports UTF-8. It simply
don´t load the file and prints an error on the console 

What version of the product are you using? On what operating system?
v 0.7. Windows 7

ZendoPad (http://bitbucket.org/teacupapps/zendopad/wiki/Home) 
uses the QTextStream class(http://doc.trolltech.com/4.6/qtextstream.html),
setting the coding to UTF-8, opening the nonutf-8 file with character
substitution, is not a perfect solution...

Original issue reported on code.google.com by luisgle...@gmail.com on 7 Mar 2010 at 8:33