NAME Sjis - "Yet Another JPerl with Tk" Source code filter for ShiftJIS script SYNOPSIS In yourscript.pl: use Sjis version qw(ord reverse); use Sjis version; use Sjis qw(ord reverse); use Sjis; At command prompt: perl yourscript.pl wild* *card and '*quote*' are ok ... perl55 yourscript.pl wild* *card and '*quote*' are ok ... perl56 yourscript.pl wild* *card and '*quote*' are ok ... perl58 yourscript.pl wild* *card and '*quote*' are ok ... perl510 yourscript.pl wild* *card and '*quote*' are ok ... Or command prompt: C:\>perl Sjis.pm ShiftJIS_script.pl > Escaped_script.pl.e C:\>perl Escaped_script.pl.e DESCRIPTION This software is "Yet Another JPerl with Tk" written by Perl. We can write the Perl/Tk script in ShiftJIS again. This "JPerl" is Japanized or Japanese Perl. So is unrelated to Mr. Patrick E. Martin's JPerl -- Perl 5 implemented in Java. And is unrelated to Mr. Ben Evans's jPerl -- Perl on the JVM, too. This software is a beta2 version for the public comment. INSTALLATION To install this software, type the following: perl Makefile.PL --- Makefile.PL makes "make.bat" only, and ... make.bat install make.bat test make.bat install --- install to current using Perl perl55 make.bat instal --- install to Perl5.5 perl56 make.bat instal --- install to Perl5.6 perl58 make.bat instal --- install to Perl5.8 perl510 make.bat install --- install to Perl5.10 perl make-hp15.pl --- make HP15.pm and Ehp15.pm perl make-big5plus.pl --- make Big5Plus.pm and Ebig5plus.pm perl make-gbk.pl --- make GBK.pm and Egbk.pm perl make-uhc.pl --- make UHC.pm and Euhc.pm MAKE OTHER make.bat dist --- make distribution package make.bat tar.bat --- make perl script "tar.bat" PROGRAM COMPOSITION Sjis.pm --- source code filter to escape ShiftJIS Esjis.pm --- run-time routines for Sjis.pm perl55.bat --- find and run perl5.5 without %PATH% settings perl56.bat --- find and run perl5.6 without %PATH% settings perl58.bat --- find and run perl5.8 without %PATH% settings perl510.bat --- find and run perl5.10 without %PATH% settings Sjis::Encode.pm --- UTF-8 encoder/decoder for ShiftJIS script Sjis::Tk::* --- Tk modules on Sjis software DEPENDENCIES This software requires perl5.00503 or later. LICENSE AND COPYRIGHT This software is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. TODO Tk::Menu Tk::MenuButton Tk::HList Tk::Tree Tk::DirTree Tk::Balloon Tk::BrowseEntry Tk::FileSelect Tk::LabFrame Tk::TixGrid Tk::TList MAINTAINER This project was originated by INABA Hitoshi .