How can I write characters like "é", "ã" on Qt Creator?
-
I speak Portuguese and I need to write characters like "é" or "ã" (I don't know how they are called in English), but when I try to type them in Qt Creator, it goes like " 'e " or "~a". Anyone knows how can I type those kind of characters?
Sory for the bad English. -
Copy pasting those characters would work. But that would be tedious. If you set the keyboard layout as per your launguage then i guess those will get typed properly in QtCreator.
-
Tools->Options->Text Editor->Behaviour->File Encodings
... but utf-8 is the default one, so you should be allowed to type characters with diacritical marks
-
Hi,
What version of Qt Creator are you using ?
-
Try using the stand-alone Qt Creator 2.8 packages. Those are built against Qt 4. If that shows the same problem, then please check the bug tracker for issues in Qt 5 with combining marks (or file a new bug if none is there yet).