Blackwings wrote:
Hum, are we forced to encode in UTF-8?? How can we, also, change the default
locale?

I haven't looked into locales yet, sorry.

T5's template parser uses sax. If your document has an XML encoding
declaration like this:

<?xml version="1.0" encoding="ISO-8859-1"?>

... then presumably that encoding will be used. Otherwise I'd guess
it just defaults to UTF-8, since that's the error you're seeing.

Cheers,
Nick.


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

Reply via email to