Re: [opendocument-users] info about caracter coding

From
=?JRN-8859-1?P?Eaniel_d=27Bndrada_Sen=G3rio_de_Darvalho?=
Date
2005-11-29T15:25:43+00:00
ID
Thread
Re: [opendocument-users] info about caracter coding
Hi Diego,

It's usually UTF-8. Every xml file (like styles.xml and content.xml)
enclosed on an OpenDocument file starts with a statement like the following:

<?xml version="1.0" encoding="UTF-8"?>

So, it's a piece of cake. :-)

Best Regards,
Daniel d'Andrada T. de Carvalho - INdT

Diego Zanga wrote:
> Lo
> 
> i'm using od templates, to generate
> new od documents, adding text from java
> application read from mysql, however 
> i'm using italian charset, and i dont 
> know wht's the charset coding inside od, 
> how can i check it (wht's the info to 
> search) so i could add "è à ò ì é" 
> charset from italian chars
> 
> 
> thanks to anyone willing to help me:O)