On 4/3/2013 1:41 PM, Orgad Shaneh wrote:
On Wed, Apr 3, 2013 at 8:42 PM, Pete Klemm <[email protected]> wrote:
I installed qt 5.0.1 commercial mingw and I now get this error
when trying to edit my project:

Error: Could not decode "iobrd.cpp" with "UTF-8" -encoding. Editing not
possible.

This used to work with qt 4.7.4 opensource mingw.

Is this possibly due to missing unicode support in the commercial release??

Any thoughts??

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Hello,

The default encoding was changed to UTF-8 in 2.6. See QTCREATORBUG-7420 and the actual change.

To fix this, open Tools -> Options -> Text Editor -> Behavior and change Default encoding to System.

- Orgad
Thanks for the reply, however I already have Tools -> Options -> Text Editor -> Behavior set to use UTF-8 as the
default encoding. The problem is the editor wants me to change the encoding to something other than UTF-8. If
I force the text file to Latin1 I am able to search and replace as in 4.8.4 and no longer get the error message.

When I get the error, UTF-8 is not even presented as an option for the encoding. As previously, stated this did
not exist in Qt Creator 2.6.0 from qt-opensource-4.8.4.

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to