Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: I use Perl at work for

by Lexicon (Chaplain)
on Apr 25, 2001 at 10:19 UTC ( [id://75387]=note: print w/replies, xml ) Need Help??


in reply to Re: I use Perl at work for
in thread I use Perl at work for

Ahhh....so satisfying isn't it. It's unfortunate that Perl isn't so compatible with Japanese, or I might be able to convert everything to it. Of course, then I have to teach everyone how to use Perl.

-Lexicon

Replies are listed 'Best First'.
Re (tilly) 3: I use Perl at work for
by tilly (Archbishop) on Apr 25, 2001 at 19:41 UTC
    There is considerable internationalization work going on in Perl. People like Jeffrey Friedl have been using Perl to process Japanese text for some time, so it is possible even if I haven't done it.

    An alternative to consider if you don't want to figure out the appropriate hoops for Perl to jump is Ruby. It was developed in Japan so I bet its support for working with Japanese text is pretty good. I would have to investigate, but I suspect that Perl's Unicode support is further along. But Ruby has natively supported common Japanese formats for a while, but Perl isn't quite so strong there.

      Perl was doing really great until I tried to type a Japanese string directly into my source file. I can't remember the exact string, but something like:

      print "これは日本語ですよ!\n";  # This is Japanese Text, btw

      would die miserably because the interpreter saw the japanese characters one byte at a time, and eventually found a ". I'm not honestly sure that was what was going on, but the same code with English output was fine. use locale; and use utf8; only changed what the errors were. Also, piping Japanese text in and out through forms and text files works great too (so far).

      This was in PerlScript in IIS as well, I suppose that might have had something to do with it. I can at least say that the errors I received made the least sense of anything I'd ever seen. ;)

      I might give Ruby a look though...lots of Japanese documentation for them will only make my life easier. You thought explaining Regular Expressions in English was hard?

      -Lexicon

Re: Re: Re: I use Perl at work for
by Chmrr (Vicar) on Apr 26, 2001 at 07:46 UTC

    Everything is already written in Perl. But I don't see what that has to do with Japane -- oh, wait. Ignore me.. ;>

     
    perl -e 'print "I love $^X$\"$]!$/"#$&V"+@( NO CARRIER'

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://75387]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-29 14:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found