Hi,

I have to make web sites with Japanese, Korean and Chinese pages. Oddly, it 
nearly works (tested with Japanese only) simply by putting in mod_dtcl.c:
 
 system_encoding = Tcl_GetEncoding(NULL, "identity");

and adding { and }  in the list of characters to quote, in parser.c (bug: if 
you put a { character in a page, as normal text, tcl complains for a non 
closed brace).

Now the clean solution would be to have a per-directory configuration option 
in httpd.conf, like:

<Directory /home/web/jp>
        Dtcl_Script encoding iso-2022-jp
</Directory>

so that any ttml page from that directory will be read and sent with the 
right encoding. Did anybody already solved that problem? Any indication (even 
a few words) on how to do it would be a real time saver.

Thanks for your work on mod_dtcl,

Francois

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

Reply via email to