Hi,
I found another probrem.
web::htmlify can not deal multibyte string.
for example:
> websh3.5.1a
% web::htmlify abcd
abcd ; # it seem work fine.
% web::htmlify "\u3042\u3044\u3046\u3048\u304a"
; # return empty string!!
"\u3042\u3044\u3046\u3048\u304a" is a correct Japanese string.
So I think web::htmlify should return string which substituted
from it.
I'm reading webHtmlify() in htmlify.c now .......
Thanks,
Taguchi,T.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]