Re: [xsl] I18N / UTF-8 versus US-ASCII

Subject: Re: [xsl] I18N / UTF-8 versus US-ASCII
From: "Alexander Johannesen" <alexander.johannesen@xxxxxxxxx>
Date: Tue, 4 Apr 2006 20:34:24 +1000
On 4/4/06, Sangal, Amit (STSD) <amit.sangal@xxxxxx> wrote:
> I do have Korean character pack installed on my machine.

If you save this file and view it with your favourite browser, what do you
get?

<html>
	<head>
		<title>Korean test</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	</head>
	<body>
		[&#54504;&#53552;]
	</body>
</html>

Also, try
http://www.isthisthingon.org/unicode/index.phtml?page=D&subpage=4&hilite=D4E8
which will highlight the character you're interested in the test case.

If this is all and well, somewhere in the pipe between XML input and
through to the output of your processor the unicode gets lost. What
processor and parsers etc are you using?


Alex
--
"Ultimately, all things are known because you want to believe you know."
                                                         - Frank Herbert
__ http://shelter.nu/ __________________________________________________

Current Thread