On 2015-10-14 18:27, Thiago Macieira wrote:
> On Wednesday 14 October 2015 21:51:23 Bubke Marco wrote:
>> Is UTF 16 seekable? You still have surrogates and you can merge merge code
>> points.
> 
> Seekable enough. It's much easier to deal with than UTF-8. A surrogate pair, 
> as its name says, appears *only* in pairs, so you always know if you're on 
> the 
> first or on the second. Moreover, all living languages are encoded in the 
> Basic 
> Multilingual Plane, so no surrogate pairs are required for any of them. 
> Handling of surrogate pairs can be moved to non-critical codepaths.

Oh? 😕

-- 
Matthew

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to