22 Jul
2006
22 Jul
'06
1:44 p.m.
--On 22. Juli 2006 15:34:01 +0200 Tino Wildenhain <tino@wildenhain.de> wrote:
Well, pagetemplate files are another thing. They have to deal with the lack of charset information of a filesystem file and what they do once they load the data is even another thing.
Even filesystem pagetemplates should work with unicode internal, making it easy to recode them for output and combine with other potentially unicode stuff.
huh?..even on the file system a pt file is encoded using some encoding. For an XML pagetemplate file the encoding is clearly defined through the BOM (if available) and/or the XML preamble. So the most reliable solution would be to use XML PTs only. -aj