[Development] Use of Standard Library containers in Qt source code

Jake Petroules Jake.Petroules at qt.io
Tue Jul 12 17:25:20 CEST 2016


I always find it hilarious how people start debates about UTF-8 vs UTF-16 in string APIs. Let us not forget that in an ideal world, the QString API wouldn't expose the underlying encoding *at all*, and it would be an implementation detail unknown to users.

See Swift's String class for example: https://developer.apple.com/swift/blog/?id=30

If you're thinking in terms of code units instead of in terms of grapheme clusters, you don't truly understand Unicode. And also end up with historical radioactive waste like UTF-16.

On Jul 12, 2016, at 5:58 AM, charleyb123 . <charleyb123 at gmail.com<mailto:charleyb123 at gmail.com>> wrote:

On Tue, Jul 12, 2016 at 3:47 AM, Marco Bubke <Marco.Bubke at qt.io<mailto:Marco.Bubke at qt.io>> wrote:

<snip>, Lets face it, the world is much bigger than Qt, and I think there is much to gain if we integrate better with alien libraries.

My understanding is that most alien libraries are not binary-based (i.e., they are ternary or use other forms of multi-valued-logic (MVL)).

;-))

--charley

_______________________________________________
Development mailing list
Development at qt-project.org<mailto:Development at qt-project.org>
http://lists.qt-project.org/mailman/listinfo/development

--
Jake Petroules - jake.petroules at qt.io<mailto:jake.petroules at qt.io>
Consulting Services Engineer - The Qt Company
Qbs build tool evangelist - qbs.io<http://qbs.io>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20160712/36c92d57/attachment.html>


More information about the Development mailing list