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)