Thread Encoding, Umlaute, ... (19 answers)
Opened by roli at 2015-07-10 14:04

FIFO
 2015-07-15 00:07
#181578 #181578
User since
2005-06-01
469 Artikel
BenutzerIn

user image
2015-07-14T15:37:33 bianca
Ja, und beim Modul CPAN:Encode heißt das windows-1252 und nicht "cp1252" soweit ich weiß.


"cp1252" ist ein gültiges Encoding:

Code (perl): (dl )
1
2
use Encode;
print "$_\n" for Encode->encodings(":all");
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"

View full thread Encoding, Umlaute, ...