[Development] QLocale work
John Layt
jlayt at kde.org
Tue Jan 24 01:23:11 CET 2012
On Monday 23 Jan 2012 22:48:12 lars.knoll at nokia.com wrote:
> I am very tempted to simply break this. localized binary numbers simply
> don't make any sense.
>
> Cheers,
> Lars
Agreed it makes no sense.
My initial thought was just to move the code to say QString/QByteArray and
make it hard-coded C locale, i.e. not using QLocale, until I found that
QLocale needs it too. If we remove the API from QLocale then this would be an
option, just QTextStreamPrivate::putNumber() would need a little thought.
John.
More information about the Development
mailing list