utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
authorNicholas Clark <nick@ccl4.org>
Sun, 16 Nov 2003 20:20:58 +0000 (20:20 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 16 Nov 2003 20:20:58 +0000 (20:20 +0000)
commitb60cf05ab72950309ce22f1294b53484e06a00ac
treeba33f372a8fb4917ca2ce57f8b467fd18ffa81e3
parent0314122ad44242ba258780f75ab0eceec9310eb1
utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
(pp functions use the _ent variants, and as the implementation is
duplicated, these bugs aren't tested, and aren't noticed)

p4raw-id: //depot/perl@21735
ext/XS/APItest/APItest.xs
ext/XS/APItest/t/hash.t
hv.c