Hi!

I am having a bit of a problem when trying to output UTF-8 encoded
(Japanese) html directly through. Everything works fine when I use the
default File generator. The problem only occurs when using the HTML
generator.

Am I doing something wrong, or is this a bug?


Thanks!!


Here is a simple example.

source file - japanese.html (UTF-8 encoded):

<html lang="jp">
  <head>
    <title>日本語のテスト</title>
  </head>
  <body>
    <p>日本語</p>
  </body>
</html>

sitemap.xmap snippet:

   <map:match pattern="japanese.html">
     <map:generate src="japanese.html" type="html"/>
     <map:serialize type="html"/>
   </map:match>


PS - If this message goes through more than once, sorry about that! :-(




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

Reply via email to