home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / perl / 7549 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.3 KB

  1. Path: sparky!uunet!munnari.oz.au!manuel.anu.edu.au!coombs!mark
  2. From: mark@coombs.anu.edu.au (Mark)
  3. Newsgroups: comp.lang.perl
  4. Subject: Re: Japanese character stuff (Was: Perl 5 and Latin-1)
  5. Date: 19 Dec 92 12:39:48 GMT
  6. Organization: Australian National University
  7. Lines: 30
  8. Message-ID: <mark.724768788@coombs>
  9. NNTP-Posting-Host: 150.203.76.2
  10. Organisation: Wassat?!
  11.  
  12. barnett@paintbrush.mcc.com (Jim Barnett) writes:
  13.  
  14. >kono@csl.sony.co.jp (Shinji Kono) writes:
  15.  
  16.  
  17. >   Support for 8bit char and multi-byte code sounds very good. I heard
  18. >   there is a two byte char code version of perl for Japanese.
  19.  
  20. >Could anyone point me to this version of Perl? We're doing a project
  21. >involving a large amount of Japanese text, and a 2-byte version would
  22. >be a big help. I've been able to trick the regexp matcher into doing
  23. >simple matches, but fancier things would be a problem.
  24.  
  25. I'm not sure about the C code version but I'm sure if you ftp'd to
  26. sra.co.jp you would find some joy there...
  27.  
  28. Here is the header to a file on coombs.anu.edu.au in /pub/perl/scripts:
  29.  
  30. ;# jcode.pl: Japanese character code conversion library
  31. ;#
  32. ;# Copyright (c) 1991,1992 Software Research Associates, Inc.
  33. ;#    Original by srekcah@sra.co.jp, Feb 1992
  34. ;#
  35. ;#    Maintained by Kazumasa Utashiro <utashiro@sra.co.jp>
  36. ;#    Software Research Associates, Inc., Japan
  37.  
  38. Hope this helps..
  39.  
  40. Mark
  41. mark@coombs.anu.edu.au
  42.