Debugger: add support for dumping non-ASCII UTF-8 QChar

Change-Id: I87d9557c1e5b945972ddf3f63f8cb064514a3b54
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Martin Bohacek
2013-09-26 16:29:13 +02:00
committed by hjk
parent 6b8781bd84
commit ed062e85f0
5 changed files with 21 additions and 33 deletions

View File

@@ -203,7 +203,8 @@ enum DebuggerEncoding
Hex2EncodedUInt8 = 24,
Hex2EncodedFloat4 = 25,
Hex2EncodedFloat8 = 26,
IPv6AddressAndHexScopeId = 27
IPv6AddressAndHexScopeId = 27,
Hex2EncodedUtf8WithoutQuotes = 28
};
// Keep in sync with dumper.py, symbolgroupvalue.cpp of CDB