[Development] Qt6: Adding UTF-8 storage support to QString

André Pönitz apoenitz at t-online.de
Wed Jan 16 21:12:55 CET 2019


On Tue, Jan 15, 2019 at 10:44:45PM +0100, Allan Sandfeld Jensen wrote:
> On Dienstag, 15. Januar 2019 19:43:57 CET Cristian Adam wrote:
> > Hi,
> > 
> > With every Qt release we see how the new release improved over previous
> > releases in terms of speed, memory consumption, etc.
> > 
> > Any chance of having UTF-8 storage support for QString?
> > 
> Use QByteArray when you can.

Unfortunately, quite a few APIs require to use QString, even if
the typically use case would be completely fine even with ASCII,
like keys in QVariantMap or QSettings.

Andre'



More information about the Development mailing list