Previously Hedley Roos wrote: > >The problem is that RMLPageTemplate produces invalid XML which it feeds > >to trml2pdf. I'm guessing it does not declare the encoding used or > >declares it incorrectly. That is a bug which should be fixed. > > > >Wichert. > > > > Thanks Wichert > > I totally bypassed trml2pdf during my tests. It seems that certain > unicode characters are just not allowed in XML. A good explanation can > be found at > http://boodebr.org/main/python/all-about-python-and-unicode#UNI_XML
XML can deal with anything. You just have to use and declare the encoding properly. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
