Thread latin1 in Datenbank nach UTF-8 (3 answers)
Opened by pktm at 2010-06-12 14:39

pq
 2010-06-12 14:44
#138270 #138270
User since
2003-08-04
12207 Artikel
Admin1
[Homepage]
user image
Code (perl): (dl )
1
2
use Encode;
my $utf8 = decode("latin1", $var);
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread latin1 in Datenbank nach UTF-8