On Mon, Jan 21, 2008 at 11:59:24AM -0500, Kevin Ballard wrote:
No, it's a question of hashing algorithm. And it's one that's fairly
easily solved simply by picking a specific nonambiguous UTF-8 encoding
before hashing.
UTF-8 is a *single* encoding, and it maps every Unicode character to
a unique binary representation. So, it is completely nonambiguous.
Dmitry