$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [locale] Review results for Boost.Locale library
From: Steve Bush (sb2_at_[hidden])
Date: 2011-04-25 16:16:03
>What do you mean?
>No matter what UTF you use.
>Code point is same.
>You can't compare UTF-8 string by comparing each octet.
Since the discussion is about sorting on pure code point basis it is worth noting that sorting UTF-8 strings on octet basis *is* actually identical to sorting on their decoded code points.