xsl-list
[Top] [All Lists]

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

2006-04-04 03:34:45
On 4/4/06, Sangal, Amit (STSD) <amit(_dot_)sangal(_at_)hp(_dot_)com> 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/ __________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--