Qt 6.11 is out! See what's new in the release
blog
How can I write characters like "é", "ã" on Qt Creator?
General and Desktop
11
Posts
8
Posters
4.8k
Views
1
Watching
-
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).