I was about to check in a UTF-8 patch for DBD::Pg when I realized that I did not know when perl got unicode support. I know that 5.8 has support and that 5.6 has some unicode support, but I do not know about 5005. So what is the min. version of perl that you want DBD drivers to support,
5.005 or 5.6? If 5005, does it have unicode support or should the unicode functions be #ifdefed out? And along the same lines, is unicode support in 5.6 stable enough to be used by the DBDs?
The unicode support came with 5.6.0. It was usable, although the user interface was restricted ("use utf8"). 5.8.0 had better user level support ("Encode"), but the same internal interfaces (as far as I can see).
5.005 didn't have the Unicode stuff.
-Dom
-- | Semantico: creators of major online resources | | URL: http://www.semantico.com/ | | Tel: +44 (1273) 722222 | | Address: 33 Bond St., Brighton, Sussex, BN1 1RD, UK. |