> Transaction: Ticket created by JGMYERS > Queue: threads-shared > Subject: shared hashes fail to preserve utf-8ness of keys > Broken in: 1.14 > Severity: Normal > Owner: Nobody > Requestors: JGMYERS@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=37149 > > > Per the attached test case, shared hash tables fail to preserve the > utf8::is_utf8()-ness of hash keys. I've attached a patch that I think address this, as well as a test file that passes with the patch. (All the other test files in threads::shared pass, too.) However, I profess great ignorance in the proper handling of UTF-8. I would be grateful for help from anyone familiar with UTF-8 stuff to advise me if further changes are needed. Thanks.