Re: Configuration encoding/charset
"Niclas Hedhman" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <026101c48f42$53e72fd0$767d6fc1@hrolssonslda> |
If you are talking about configuration read by Merlin, just specify the encoding of the XML file (block, targets...) in its header; <?xml version="1.0" encoding="ISO-8859-1" ?> If you are talking about programmatically, then there is no encoding involved as everything is created using Strings, which are Unicode natively. If you are talking ECM/Fortress, please check at [email protected] mailing list instead. Cheers Niclas ----- Original Message ----- From: "Leandro Rodrigo Saad Cruz" <[email protected]> To: <[email protected]> Sent: Thursday, August 26, 2004 12:04 AM Subject: Configuration encoding/charset > Hi all. How can I serialize/build Configuration objects with ISO-8859-1 > characters ? > > -- > Leandro Rodrigo Saad Cruz > InterBusiness Tecnologia e Serviços > IB - www.ibnetwork.com.br > DB - www.digitalbrand.com.br > OJB - db.apache.org/ojb > XINGU - xingu.sf.net > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >