<?xml version="1.0"?><note><from>Jani</from><to>Tove</to><message>Norwegian: æøå. French: êèé</message></note>
Try dragging the file to your browser and see the results. Different browsers will display different results.
Experience with different encodings:
<?xml version="1.0" encoding="us-ascii"?><?xml version="1.0" encoding="windows-1252"?><?xml version="1.0" encoding="ISO-8859-1 "?><?xml version="1.0" encoding="UTF-8"?><?xml version="1.0" encoding="UTF-16"?>
Please try:
Save with correct encoding
Save with wrong encoding
Always use encoding attributes
Use an editor that supports coding
Make sure you know what encoding your editor uses
Use the same encoding in your encoding attribute