How to create a UTF-8 XML file with rev?

2009-04-17 Thread Tiemo Hollmann TB
Hello, I can't read/write german Umlaute in a XML file with rev. Trying to write, they are just ignored, trying to read I get a parsing error input is no proper UTF-8 How can I create a XML file with a special character set, like UTF-8 or ISO-8859-1? When creating a XML file with

AW: How to create a UTF-8 XML file with rev?

2009-04-17 Thread Tiemo Hollmann TB
Moin Malte, great help! I didn't knew, that I can create my own header... Thanks Tiemo -Ursprüngliche Nachricht- Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- boun...@lists.runrev.com] Im Auftrag von Malte Brill Gesendet: Freitag, 17. April 2009 11:30 An:

Re: How to create a UTF-8 XML file with rev?

2009-04-17 Thread Malte Brill
Moin Tiemo, this should get you started (mind linewraps): put encodeUtf8(?xml version= quote 1.0 quote encoding= quote UTF-8 quote ?request name= quote pAction quote /request) into tData put revCreateXMLTree(tData, true, true, false) into tId function decodeUtf8