MySQL Forums
Forum List  »  Perl

Re: Problem with german leters / ö ä ü ß
Posted by: Luis Lorenzo
Date: June 20, 2006 03:27AM

i fix the Problem

After connecting to the database write:

$dbh->do("set names utf8");
thats all.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Re: Problem with german leters / ö ä ü ß
June 20, 2006 03:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.