On Mon, 31 Jan 2000, Hiroshi Hasebe wrote:
> Is anyone running mod_perl 1.x built with JPerl, not with Java Perl :-), but
> with a version of Perl which can parse Japanese-language text?  It seems
> that JPerl 5 doesn't exist (yet).  All I need is Japanese-aware
> transliterations, so probably I can home-brew Perl 5 code, but if things
> happen to be easier with JPerl, I'd very much like to hear about it.
> Also, does anyone know if there's a compact, publicly available Perl 5
> module that implements Japanese text parsing?  Any input appreciated.

Perl 5.6 will support different text encodings (I assume you need shift-jis
or big5 or something... I don't know much about japanese texts though).
Unfortunately I hear that modperl doesn't build on the current 5.6 betas
(that might change soon as Alan is going to take a stab at it).

Alternatively you could try using the Unicode::Map8 module, which will map
your jap encoding into an 8-bit format you can manipulate.

-- 
<Matt/>

Details: FastNet Software Ltd - XML, Perl, Databases.
Tagline: High Performance Web Solutions
Web Sites: http://come.to/fastnet http://sergeant.org
Available for Consultancy, Contracts and Training.

Reply via email to