in reply to Re: HTML::Entities and multi-byte characters
in thread HTML::Entities and multi-byte characters
In 5.8 it yields:a › ☺
which is what it should be.a › ☺
which worked splendidly and did exactly what I wanted it to. Do you know if this is SOP when working with MySQL? (i.e. will I have to do this on any string that I pull from the database?)my $str = decode_utf8($data);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HTML::Entities and multi-byte characters
by iburrell (Chaplain) on Sep 13, 2004 at 22:07 UTC | |
by bpphillips (Friar) on Sep 14, 2004 at 14:31 UTC |