in reply to Re: Hash key string restrictions?
in thread Hash key string restrictions?
A string of characters and it's UTF-8 encoding are even treated as distinct strings, even though strings of characters are stored as UTF-8 internally.Yowza! That doesn't sound right, at least, not in the Perl 5.8.x world. While on 5.6.x, I guess it's kind of normal that a UTF-8 string and a bytes string are not the same.
So, how is the situation exactly? Does anyone with a clue on the actual implementation, feel like explaining what the deails are really like? Or, if no one comes forward, would anyone with a lot of courage — and time, and with a real hunger for knowledge, and , feel like spitting this out?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Hash key string restrictions?
by ikegami (Patriarch) on Feb 10, 2007 at 19:18 UTC |