Char-UTF2
view release on metacpan or search on metacpan
0.57 2010-06-02 00:00:00
- do BEGIN { unshift @INC, '/Perl/site/lib/Sjis'; } in Esjis.pm
- support 'no Module'
- remove special routine of Tk module
- test does only one version of perl
- support TAP(Test Anything Protocol)
- add ShiftJIS::Regexp's test
- rename Makefile.PL to pMakefile.PL(Poor Makefile.PL) for DOS like system
- standard Makefile.PL for UNIX like system
- warn if chdir "\x5c" ended path on $^W is true
- created by INABA Hitoshi
0.56 2010-04-21 00:00:00
- add JPerl's test
- fix [^]] in regexp from <'^' then ']'> to <not ']'>
- [] in regexp make die "unmatched [] in regexp at ..."
- support \b and \B in regexp
- created by INABA Hitoshi
0.55 2010-04-16 00:00:00
- test.pl support perl5.012
- support when as a statement modifier
- support := operator
- created by INABA Hitoshi
0.54 2010-04-02 00:00:00
- fix /i modifier with character class '[ccc]' in regexp
- support old UTF-8
- created by INABA Hitoshi
0.53 2010-04-01 00:00:00
- support Latin-1
- created by INABA Hitoshi
0.52 2010-03-17 00:00:00
- bugfix ${ foo } in regexp
- remove modules (re.pm, Fcntl.pm and Symbol.pm)
- call flock in Esjis::do and Esjis::require
- add perl64.bat
- Makefile.pl support UNIX like system
- created by INABA Hitoshi
0.51 2010-03-07 00:00:00
- remove ** UNAUTHORIZED RELEASE ** modules (Fcntl.pm and Symbol.pm)
- created by INABA Hitoshi
0.50 2010-03-07 00:00:00
- correct INFOMIXV6ALS to INFORMIXV6ALS (sorry!! forgive me!! ;X)
- add UNIX like system's shell escape
- glob @ARGV when [?*] included only
- avoid warning in Esjis::e
- flock on write and read script
- add substitute modules (Fcntl.pm and Symbol.pm)
- remove modules (Carp.pm and FindBin.pm)
- created by INABA Hitoshi
0.49 2010-02-10 00:00:00
- add perl512.bat
- redefined character class \d \s \w for perl 5.11 or later
- fix test.pl and comment of BUGS AND LIMITATIONS about /o modifier
- created by INABA Hitoshi
0.48 2010-01-28 00:00:00
- Call Module->import() when Module->can('import') is true only
- No escape when require jcode.pl and jacode.pl
- Remove limitation of two or more here-documents in a line
- created by INABA Hitoshi
0.47 2010-01-02 00:00:00
- shorten script of EUCJP.pm and UTF2.pm
- glob always function as File::DosGlob::glob
- ignore use module File::DosGlob, Wildcard, Japanese, and JExt
- created by INABA Hitoshi
0.46 2009-12-02 00:00:00
- fix bug of split q//
- created by INABA Hitoshi
0.45 2009-11-30 00:00:00
- fix bug of Esjis::split when string is empty
- created by INABA Hitoshi
0.44 2009-11-16 00:00:00
- support given and when keywords
- support \gN, \g{N}, and \g{-N} in s///
- support stacked filetest operators
- created by INABA Hitoshi
0.43 2009-10-12 00:00:00
- support UTF-2 (aka UTF-8)
- fix bug of join separated multiple octet of EUCJP, INFOMIXV6ALS, and GB18030
- created by INABA Hitoshi
0.42 2009-09-28 00:00:00
- rewrite split(m/^/) to split(m/^/m) on any version of perl
- fix bug of function Sjis::substr()
- created by INABA Hitoshi
0.41 2009-09-18 00:00:00
- add test script
- rename Esjis::ord() to Sjis::ord()
- rename Esjis::reverse() to Sjis::reverse()
- remove Esjis::shift_matched_var()
- add Esjis::capture()
- support !~ tr///
- support s///g
- support \h and \v
- created by INABA Hitoshi
0.40 2009-08-27 00:00:00
- support INFOMIX V6 ALS, GB18030, EUC-JP
- created by INABA Hitoshi
0.39 2009-08-06 00:00:00
- support Sjis::length, Sjis::substr, Sjis::index, and Sjis::rindex
- created by INABA Hitoshi
0.38 2009-08-05 00:00:00
- improve qw
- filetest operator before parenthesis '-X ('
( run in 2.044 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )