On Sunday, 7 July 2019 14:21:13 -03 Giuseppe D'Angelo via Development wrote: > Of course there's plenty of other APIs that instead will need a > resolution... just to name one: QString::fromUtf8.
A QString::fromUtf8(const char8_t (&)[N]) function can use the faster, non- checking version of the UTF-8 decoder. Not sure it's worth the code size to add it in the first place. The code is there in template form (QUtf8Functions::fromUtf8, with Traits::isTrusted = true). -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel System Software Products _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
