These pages serve as a test-case and example on how to deal with character-encodings.
Not supported by all app-servers. Works absolutely perfectly in tomcat 5. Newer tomcat 4 versions almost work, it does only not permit the pageEncoding on the 'atincluded' pages (to fix the error you must remove those).
Works at least partially in the app-servers I tested. (tomcat, orion)
The post-processing of mm:content was disabled because orion messes up the encoding then. Orion > 2.0.2 will also work with UTF-8 (provided that included page is also UTF-8).
SCAN (the `legacy' templating language of MMBase) only supports ISO-8859-1.