
25 Apr
2011
25 Apr
'11
8:16 p.m.
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.