tallforasmurf / PPQT

A post-processing tool for PGDP written in Python, PyQt4, and Qt
GNU General Public License v3.0
4 stars 2 forks source link

save encoding #103

Closed bibimbop closed 11 years ago

bibimbop commented 11 years ago

Here's a confusing/annoying message I get when trying to save a file:

Cannot save to utf-8 encoding
Click OK to save in UTF-8

The error happens every time I try to save. The file is saved in utf-8 though.

tallforasmurf commented 11 years ago

I can't figure out the sequence that would lead to this, but I have changed the relevant comparison to be case-insensitive. Commit f26c998