in reply to Re: Entities confuse encoding in XML::Simple
in thread Entities confuse encoding in XML::Simple
foo foo with an – some latin1 encoded chars: æøå ÆØÅ same, but this time whith an – .. æøå ÆØÅ same, but this thime with an ” instead .. : æøå ÆØÃ
 +3; $VAR1 = { 'p' => [ 'foo', "foo with an \x{2013}", 'some latin1 encoded chars: æøå ÆØÃ& +#133;', "same, but this time whith an \x{2013} .. \x{c3}\x{ +a6}\x{c3}\x{b8}\x{c3}\x{a5} \x{c3}\x{86}\x{c3}\x{98}\x{c3}\x{85}", "same, but this thime with an \x{201d} instead .. : + \x{c3}\x{a6}\x{c3}\x{b8}\x{c3}\x{a5} \x{c3}\x{86}\x{c3}\x{98}\x{c3}\ +x{85}" ] };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Entities confuse encoding in XML::Simple
by Anonymous Monk on Jan 09, 2008 at 14:29 UTC | |
by gizzlon (Initiate) on Jan 09, 2008 at 18:02 UTC |