i18n_http_output('pass');

2002-02-12 Thread Odo
Does anybody know Java servlet equivalent functions of the following PHP
functions i18n_http_output('pass') for
Japanese encoding and readfile() ?


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


Re: i18n_http_output('pass');

2002-02-12 Thread Daniel Bruce Lynes

On February 12, 2002 08:47 pm, you wrote:

 Does anybody know Java servlet equivalent functions of the following PHP
 functions i18n_http_output('pass') for
 Japanese encoding and readfile() ?

You could try taking a look at the i18n support in Struts, or at the separate 
i18n Jakarta taglibs project.

http://jakarta.apache.org/struts
http://jakarta.apache.org/taglibs/

ttfn

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]