in reply to Re^2: Perl Character Set
in thread Perl Character Set

The DB console application may be running with a different encoding than your Perl application, and/or it may be telling the DB explicitly what encoding it is using.

I would suggest (1)setting your HTML form's enctype explicitly, and (2)learning how to tell your DB that you are speaking a specific encoding. The latter might be a SQL statement, an option to your DBI->connect, or possibly some combination of the two.

It would help, a little, to know which DBD you're using.

<-radiant.matrix->
A collection of thoughts and links from the minds of geeks
The Code that can be seen is not the true Code
"In any sufficiently large group of people, most are idiots" - Kaa's Law