[Development] [Qt5-feedback] A micro API review: for V3(md5) and V5(sha1) in QUuid
Denis Dzyubenko
denis at ddenis.info
Thu Dec 22 19:04:55 CET 2011
Hi,
2011/12/9 João Abecasis <joao.abecasis at nokia.com>:
>> inline QUuid QUuid::createFromName(const QUuid &ns, const QString &name)
>> {
>> return createFromName(ns, name.toUtf8());
>> }
>
> would only be updated to call the right implementations, as appropriate.
I like the current status of the patch very much.
However I have one question - where utf8 comes from? Shouldn't it be
defined by rfc, and if not imo we shouldn't arbitrary choose
encodings, and maybe leave the default one in - which is utf-16 for
QString
Denis.
More information about the Development
mailing list