[Development] QUtf8String{, View} (was: Re: QString and related changes for Qt 6)

Thiago Macieira thiago.macieira at intel.com
Mon May 25 17:40:46 CEST 2020


On Monday, 25 May 2020 04:37:26 PDT Edward Welbourne wrote:
> The "comparisons" heading might stretch as far as using a UTF-8 key to
> do a look-up in a QString-keyed hash,

Using UTF-8 data to look up in a QString-keyed hash will require conversion to 
UTF-16 to calculate the hash. It can't be calculated on-the-fly.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products





More information about the Development mailing list