Thread Verständnisfrage use utf8; (9 answers)
Opened by hop at 2012-07-14 17:46

topeg
 2012-07-14 19:01
#159852 #159852
User since
2006-07-10
2611 Artikel
BenutzerIn

user image
Das perl utf8 ist nicht das UINCODE UTF-8 einiges ist zwar ähnlich aber es gibt unterschiede.
Siehe Anhang1 (utf8_and_dumper.pl)
die Ausgabe:
Code: (dl )
1
2
$VAR1 = "\x{fc}\x{f6}\x{e4}\x{df}\x{d6}\x{dc}\x{c4}--\x{13000}\x{13001}\x{13010}
";

der zweite Anhang ist der UTF-8 String (utf8_txt.txt)
Hexadezimal Darstellung:
Code: (dl )
bcc3 b6c3 a4c3 9fc3 96c3 9cc3 84c3 93f08080 93f08180 93f09080

Anhänge
text/plain
9 lines
utf8_and_dumper.pl
text/plain
utf8_txt.txt

Last edited: 2012-07-14 19:07:50 +0200 (CEST)

View full thread Verständnisfrage use utf8;