$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Miro Jurisic (macdev_at_[hidden])
Date: 2005-04-04 15:45:36
In article <e094f9eb050404061051334a6b_at_[hidden]>,
Rogier van Dalen <rogiervd_at_[hidden]> wrote:
> If two strings are normalised and in the same encoding, you can find
> one in the other by comparing bytes, yes.
No, you can't. Consider searching for "e" in a decomposed representation of
e-acute -- you should find nothing, but you will get a false positive instead.
meeroh