in reply to Re^2: HTML::Entities and multi-byte characters
in thread HTML::Entities and multi-byte characters
Some drivers (DBD::Pg) will flag strings as Unicode. I don't know if DBD::mysql supports this. I have seen three different ways to control the encoding of strings. DBD::Pg has a dbh property, DBD::Oracle uses the NLS_LANG environment variable, and some use the database encoding. Unfortunately, it is not something that is well documented.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: HTML::Entities and multi-byte characters
by bpphillips (Friar) on Sep 14, 2004 at 14:31 UTC |