Jean-Francois,
On my Linux box I have this entry in:  /etc/sysconfig/i18n

LANG="en_US.iso885915" 



Jeff Steffanina
FOSSE Development,  Bethesda, MD
(301)380-2047
[EMAIL PROTECTED]

    This communication contains information from Marriott International, Inc. 
that may be confidential. Except for personal use by the intended recipient, or 
as expressly authorized by the sender, any person who receives this information 
is prohibited from disclosing, copying, distributing, and/or using it. If you 
have received this communication in error, please immediately delete it and all 
copies, and promptly notify the sender. Nothing in this communication is 
intended as an electronic signature under applicable law.


-----Original Message-----
From: Jean-François El Fouly [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 03, 2008 8:58 AM
To: fop-users@xmlgraphics.apache.org
Subject: Re: Error when using XSL with French Characters

There are four kinds of accent current in French (é è ê ë) so you should 
be more precise.
None of them can possibly correspond to CHR(130) neither in UTF-8 nor in 
ISO-8859-1
On what kind of system/platform/OS are you working ?
Mentioning vi makes me guess it should be some kind of Unix but at the 
same time the encoding used makes this improbable...
I guess more information is needed here.

Steffanina, Jeff a écrit :
> Manuel,
>  
> We create the XML using a version of BASIC.  To create this particular 
> character, we send  CHR(130) to the XML.  When I open the XML in "vi", 
> I see the proper FRENCH symbol.
>  
>  
>
> */Jeff /*
>
>     ------------------------------------------------------------------------
>     *From:* Manuel Mall [mailto:[EMAIL PROTECTED]
>     *Sent:* Tuesday, September 02, 2008 10:51 PM
>     *To:* 'fop-users@xmlgraphics.apache.org'
>     *Subject:* RE: Error when using XSL with French Characters
>
>     I am suspicious that although you declare the XML file as being in
>     UTF-8 it actually isn't. How do you produce the XML file?
>
>      
>
>     Manuel
>
>      
>
>     ------------------------------------------------------------------------
>
>     *From:* Steffanina, Jeff [mailto:[EMAIL PROTECTED]
>     *Sent:* Wednesday, 3 September 2008 10:23 AM
>     *To:* fop-users@xmlgraphics.apache.org
>     *Subject:* Error when using XSL with French Characters
>
>      
>
>      
>
>     My Friends,
>     Fop-0.95   My style sheet has been working perfectly.  However,
>     the user submitted some text in French.  In the text was a letter
>     "e" with an accent above it.
>
>     That character caused the following error:
>             Invalid byte 1 of 1-byte UTF-8 sequence.
>
>     My .xml looks fine.   The  "e" with the accent above it is perfect.
>     First line in my XML:
>             <?xml version="1.0" encoding="UTF-8"?>
>
>     Here is the first line of my XSL:
>             <?xml version="1.0" encoding="UTF-8"?>
>
>     I am confused over why the UTF-8 for the XML understands the
>     character but the UTF-8 in the XSL does not?
>
>     I found an article that suggests that the problem would be solved
>     with:
>             <?xml version="1.0" encoding="8859-1"?>
>
>     Would this be a viable/recommended solution?   Do you have a
>     better idea?
>
>      
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to