Work round the fact that $hash->{$key} does not take into account
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 8 Oct 2000 11:51:26 +0000 (11:51 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 8 Oct 2000 11:51:26 +0000 (11:51 +0000)
commit63eec5db8bc2521c5f657c9dcaeb3118fe7432c6
tree6b97923279b288f3445520790eeecd3641191e68
parent7fb6a879cc94ae034ecf69734e284e8874705e16
Work round the fact that $hash->{$key} does not take into account
UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
so that key is always in the "expected" encoding - i.e. same way we put
it in the hash.

p4raw-id: //depot/perl@7166
ext/Encode/Encode.pm