Skip to content
Snippets Groups Projects
Commit 23c637c4 authored by Leandro Melo's avatar Leandro Melo Committed by hjk
Browse files

C++: Introduce unicode char/strings support


Those are the types char16_t and char32_t along with the new
char/string literals u'', U'', u"", u8"", and U"".

This is particularly important for the use of QStringLiteral
since in some platforms it relies on expansion such as above.

Note: The string literals quickfixes still need some tunning.

Task-number: QTCREATORBUG-7449
Change-Id: Iebcfea15677dc8e0ebb6143def89a5477e1be7d4
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent b88a5f5d
No related branches found
No related tags found
No related merge requests found
Showing
with 238 additions and 142 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