Skip to content
Snippets Groups Projects
Commit f7c68f6b authored by Erik Verbruggen's avatar Erik Verbruggen
Browse files

C++: change working-copy to work on UTF-8 encoded QByteArrays.


These not only take less space than UTF-16 encoded QStrings, but due to
the caching in the CppEditorSupport also take less time to build.

This patch also fixes a number of possible encoding issues, where files
and constant strings were (falsely) assumed to be UTF-8.

Change-Id: Ib6f91c9a94ebed5b5dfbd4eb2998825c62c72784
Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
parent eebb1dfc
No related branches found
No related tags found
No related merge requests found
Showing
with 103 additions and 60 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment