Char-UTF2
view release on metacpan or search on metacpan
- remove ESCAPE_SECOND_OCTET on single byte encoding
- escape left brace on un-escaping of \N{...}, \p{...}, and \P{...}
- remove "distribution_type: script" from META.yml
- add perl64512.bat, perl64514.bat, perl64516.bat, aperl64512.bat, aperl64514.bat, aperl64516.bat, sperl64512.bat, sperl64514.bat, and sperl64516.bat
- created by INABA Hitoshi
0.82 2012-07-29 00:00:00
- support Strawberry Perl 5.16.0
- support ActivePerl 5.16.0
- support variables in character class in regular expression
- created by INABA Hitoshi
0.81 2012-05-25 00:00:00
- support fold case escape \F and function fc()
- support scalar context of Esjis::stat, Esjis::stat_, Esjis::lstat, and Esjis::lstat_
- support Strawberry Perl 5.8, 5.10, 5.12, and 5.14
- become independent of strict.pm
- add feature.pm
- add perl5.bat
- add aperl58.bat, aperl510.bat, aperl512.bat, aperl514.bat, and aperl516.bat
- add sperl58.bat, sperl510.bat, sperl512.bat, sperl514.bat, and sperl516.bat
- fix dummy access (-T and -B for underline cache) in Esjis::T, Esjis::T_, Esjis::B, and Esjis::B_
- fix $dbh->Esjis::do to $dbh->do on DBI
- fix Esjis::split(/(-)|(,)/,"1-10,20") --> (1,"-",undef,10,undef,",",20)
- fix "\v" means "\x0A", "\x0B", "\x0C", and "\x0D"
- remove './' at head of return value from Esjis::glob and Esjis::glob_
- created by INABA Hitoshi
0.80 2012-03-22 00:00:00
- support byte-oriented regexp //b, m//b, m''b, s///b, s'''b, qr//b, qr''b, split(//b), split(m//b), split(m''b), split(qr//b), and split(qr''b)
- support match once only ??, m??, ??b, and m??b
- support literal null string pattern
- support $`, $PREMATCH, ${^PREMATCH}, $&, $MATCH, ${^MATCH}, &', $POSTMATCH, and ${^POSTMATCH}
- add perl516.bat
- created by INABA Hitoshi
0.79 2011-12-23 00:00:00
- fix m/[[:lower:]]/i, m/[[:upper:]]/i, m/[[:^lower:]]/i, and m/[[:^upper:]]/i
- created by INABA Hitoshi
0.78 2011-10-28 00:00:00
- support Windows-1258
- update documents and URL
- created by INABA Hitoshi
0.77 2011-07-27 00:00:00
- support KOI8-R, KOI8-U, US-ASCII
- created by INABA Hitoshi
0.76 2011-06-30 00:00:00
- import $fix_drive_relative_paths from File::DosGlob/1.04
- support regexp metasymbols \C and \R in regexp
- support regexp metasymbol \N \N{3} \N{3,} \N{3,5}
- \N{CHARNAME} means literal N{CHARNAME}
- \p{PROP} means literal p{PROP}
- \P{PROP} means literal P{PROP}
- \X means literal X
- support POSIX-style character classes
- modifier /a /d /l /u, and /aa of regexp makes die
- use 5.12.0; --> use 5.12.0; no strict qw(refs);
- remove test 201_kanji.t,202_kanji.t,203_kanji.t,204_kanji.t,205_glob.t,210_chmod.t,211_chown.t,212_dbmopen.t,214_glob.t,216_open.t,217_qx.t,218_rename.t,221_sysopen.t,222_system.t,223_truncate.t,225_utime.t,226_chdir.t,227_chmod.t,228_chown.t,229...
- created by INABA Hitoshi
0.75 2011-06-05 00:00:00
- remove Esjis::binmode and Esjis::open (it's a bad idea)
- created by INABA Hitoshi
0.74 2011-06-01 00:00:00
- remove Esjis::k_ test
- fix s#foo#\\#, s#foo#\\#g, s'foo'\\', and s'foo'\\'g
- created by INABA Hitoshi
0.73 2011-05-12 00:00:00
- hexadecimal escape sequence, \x{HHHHHH} in double-quote-like contexts
- octal escape sequence, \o{OOOOOO} in double-quote-like contexts
- support tr///r, y///r
- support s///r
- rewrite 'use strict;' to 'use strict; no strict qw(refs);'
- fix m/$var/i: m/[$VAR$var]/ to m/@{[Esjis::ignorecase($var)]}/
- fix s//code/e, s//code/ee, s//code/eee, ...
- support Windows-1252
- PASS all tests on perl 5.00503 of Solaris8
- PASS all tests on perl 5.00503 of TURBOLINUX WORKSTATION Japanese 6.0 Limited Edition
- created by INABA Hitoshi
0.72 2011-03-04 00:00:00
- change name Sjis to Char::Sjis
- support Latin-2, Latin-3, Latin-4, Latin-5, Latin-6, Latin-7, Latin-8, Latin-9
- support Cyrillic, Greek
- add perl514.bat
- created by INABA Hitoshi
0.71 2011-01-26 00:00:00
- support @homepage environment of @nifty. (Debugging ended thanks to valuable cooperation of jscripter)
- created by INABA Hitoshi
0.70 2011-01-14 00:00:00
- remove multibyte anchoring of UTF2 and OldUTF8
- propagate @INC by -I switch from script.pl to script.pl.e
- propagate $^W by -w switch from script.pl to script.pl.e
- support chdir(\x5c ends path) by perl5.006 or perl5.00800 on MSWin32(jacode.pl library required)
- support chdir(\x5c ends long path) by perl5.008001 or later, perl5.010 or perl5.012 on MSWin32(Win32 module required)
- support GBK
- bundle strict.pm_ as dummy strict.pm
- add perl55.bat and perl56.bat
- created by INABA Hitoshi
0.69 2010-12-21 00:00:00
- support MacOS by Sjis software
- correct open mode before flock()
; beside "escape" by Delight Prescott of MacPerl Power and Ease
0.68 2010-11-09 00:00:00
- re-correct 244_3open.t and 245_2binmode.t
- created by INABA Hitoshi
0.67 2010-11-08 00:00:00
- correct 244_3open.t and 245_2binmode.t
- created by INABA Hitoshi
0.66 2010-11-07 00:00:00
( run in 2.254 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )