Details
-
Bug
-
Resolution: Done
-
P4: Low
-
4.6.2
-
None
-
All
-
fd36b47e8758562fc9ff350f292fc9ae9ed91d4e
Description
QString::toUcs4() currently returns a QVector<uint> which is not terminated by a 0.
I think it should, to be coherent with C string management. Otherwise, it should be clearly documented.
This is the kind of issue that can make one lost hours