Thread XML -> UTF8: XML UTF8 in latin1 wandeln
(8 answers)
Opened by Gast at 2004-04-01 14:25
Das ist doch auch kein utf8, was Du da hast...
Außerdem heißt das Format für decode "utf8", nicht "utf-8", siehe print join " ", Encode->encodings();, das ergibt bei mir ascii, ascii-ctrl, iso-8859-1, null und utf8.\n\n <!--EDIT|Crian|1080893339--> s--Pevna-;s.([a-z]).chr((ord($1)-84)%26+97).gee; s^([A-Z])^chr((ord($1)-52)%26+65)^gee;print;
use strict; use warnings; Link zu meiner Perlseite |