Thread Warum werden Zeichen nicht ausgetauscht ?
(13 answers)
Opened by jan99 at 2014-12-04 07:29
Dein Code ist nicht in utf8, sondern in cp1252 (Windows-"ANSI"). Wenn das Skript auf Win läuft, kommentiere mal das use utf8; aus.
edit: warnings müsste Dir eigentlich Bescheid geben: Code: (dl
)
Malformed UTF-8 character (1 byte, need 2, after start byte 0 ... Last edited: 2014-12-04 08:48:49 +0100 (CET) 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"
|