xsl-list
[Top] [All Lists]

Re: [xsl] Recognising Unicode in a CSV to XML transform

2008-05-30 00:32:18
Hi Michael,

I was viewing the result in the display window of the Kernow v1.6 processer.

I sent the output to file, opened the converted file in notepad and
hey-presto, the character is displayed correctly!!!!

Thanks you all so much for the fantastic help!

M


On 30/5/08 5:08 PM, "Michael Kay" <mike(_at_)saxonica(_dot_)com> wrote:

 
One last small problem - it is converting the é character to é.

No it isn't (assuming "it" is the XSLT transformation).

The XSLT serializer is outputting é in UTF-8 encoding, and you are looking
at the resulting file using some piece of software that either can't display
UTF-8, or doesn't know that's what it's been asked to do. Either display the
result using something that can display UTF-8, or change the output encoding
to something you can display, for example <xsl:output
encoding="iso-8859-1"/>.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
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>
--~--



Marney Cotterill
graphic designer
                   
cracker//brandware

6 Bourke Street
Queens Park 
NSW 2022
Telephone 02 9387 2001
Facsimile 02 9387 2006
marney(_at_)crackerbrandware(_dot_)com
www.crackerbrandware.com



--~------------------------------------------------------------------
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>
--~--