in reply to Re^3: HTML::Entities and multi-byte characters
in thread HTML::Entities and multi-byte characters

I did a bit of googling and discovered that DBD::mysql doesn't support this but I found there's some ongoing discussion of how it should be emulated: Google Groups Thread. We use our own simple DBH abstraction layer so I might just add functionality at that level to do the decode_utf8() conversion...
  • Comment on Re^4: HTML::Entities and multi-byte characters