Re: [xsl] Japanese special characters

Subject: Re: [xsl] Japanese special characters
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 11 Aug 2004 13:30:13 +0100
Your email arrived with

  Content-Type: text/plain;
	  charset="iso-2022-jp"

perhaps your xml files are in the same encoding?
If so, you will need to add

<?xml version="1.0" encoding="iso-2022-jp"?>

at the top of all your XML files otherwise no XML application will
understand them.

Note that XML parsers are not forced to understand this encoding but if
you add the encoding declaration they will give a sensible error message 
if they do not know that encoding rather than just give rubbish
characters.

Alternatively yu should save your files in utf8 or utf16, which every
xml application must understand.

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread