in reply to Tie::RDBM: Database with unicode support and large tables?

PostgreSQL has both large tables and optional Unicode support built in.
  • Comment on Re: Tie::RDBM: Database with unicode support and large tables?

Replies are listed 'Best First'.
Re:^2 Tie::RDBM: Database with unicode support and large tables?
by ph0enix (Friar) on Nov 29, 2002 at 10:26 UTC

    Looks working ok, but I still need to use encode('utf8', $_) to convert obtained data into unicode string... In which mode are data red from database if I have use utf8; preset in my script? bytes or utf8?

    Any suggestions or hints?