in reply to XML File Encoding and Parsing Problem
I believe the degree sign holds different locations in ISO-8859-1 and UTF-8. If you output ISO-8859-1 and call it UTF-8 then you are going to have problems (unless every character you use happens to hold the same location).
The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) is probably worth a read.
So is perldoc perluniintro
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML File Encoding and Parsing Problem
by graff (Chancellor) on Mar 08, 2006 at 00:11 UTC | |
|
Re^2: XML File Encoding and Parsing Problem
by merrymonk (Hermit) on Mar 08, 2006 at 09:21 UTC |