Antonio Gallardo Rivera wrote:
> First, Are you using some database?
> 
> Some old tips (from my friend Barbara):
> 
> 1-Ensure that every XML is starting with:
> 
> <?xml version="1.0" encoding="ISO-8859-1"?>
> 

I think the hint 1 is given to often. You must not have 
encoding="ISO-8859-1", but the encoding of the file must be the same written 
on the top of the file. So it's of course possible to have umlauts with 
UTF-8, you only need an editor to write them correctly. If the parser does 
not complain, everything *can* be alright. I think รถ was a critical 
character to test UTF-8 functionality.

Regards,

Joerg


-- 

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
[EMAIL PROTECTED]
www.virbus.de


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to