in reply to Re^3: db prepare failed:invalid character error : Perl DBI - Help plz
in thread db prepare failed:invalid character error : Perl DBI - Help plz

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^4: db prepare failed:invalid character error : Perl DBI - Help plz

Replies are listed 'Best First'.
Re^5: db prepare failed:invalid character error : Perl DBI - Help plz
by moritz (Cardinal) on Oct 15, 2007 at 12:12 UTC
    That's just two steps:
    1. use utf8; in your scripts
    2. Tell your text editor to safe the file as utf-8. In my editor (vim) this works by typing :se fileencoding=utf-8, if you use a different one read its manual.