The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Unicode::Japanese.

0.33 Sat Feb  4 15:51:37 JST 2006
	- fix,  typos in pod.
	- add,  unijp, a short-named constructor.

0.32 Fri Nov  4 12:01:37 JST 2005
	- fix, some au/vodafone emoji mapping failure.

0.31 Wed Sep 28 22:15:42 JST 2005
	- fix, getcode of jis-kana on xs was broken.

0.30 Mon Sep  5 12:53:51 JST 2005
	- add, au emoji.
	- rewrite mmap code on XSubs.
	- reduce mem/cpu on huge string and most of that is ascii.

0.27 Sun May 15 18:57:51 JST 2005
	- support for x86_64 (EM64T)
	- fix, surrogate pair was not worked

0.26 Tue Feb 15 13:16:30 JST 2005
	- fix, 0.25 was not updated on xs data.
	- add, cp932([fa-fc]xx) map into jis.

0.25 Tue Feb 15 13:00:16 JST 2005
        - bin/ujconv and bin/ujguess added.
	- unicode char converted into smaller CP932 code.

0.24 Mon Jan 24 11:23:05 JST 2005
        - avoid unexpected upgrade to imode2/jsky2 from imode1/jsky1.

0.23 Thu Nov  4 16:16:48 JST 2004
        - avoid illegal utf-8 sequence
        - add mapping, U+301C (WAVE TILDE) into CP932:8160

0.22 Mon May 31 18:48:42 JST 2004
        - Bug Fix, on 5.8.4, join_csv/split_csv raise SEGV.

0.21 Tue May 25 23:59:15 JST 2004
        - Bug Fix, jis.roman escape sequence is not processed on XS code.

0.20 Sun Mar  7 19:08:55 JST 2004
        - Bug Fix, when pure-perl, make test had failed.
	- untaint.

0.19 Fri Jan 16 19:48:46 JST 2004
	- Bug Fix, decoding empty string from jis becomes "\0".

0.18 Wed Nov  6 18:54:32 JST 2002
        - Bug Fix, Bus Error on sparc.

0.17 Thu Oct 31 20:46:45 JST 2002
	- Bug Fix, compile failure on perl-5.6.0 prior.
        - support MSWin32 XS.
	
0.16 Tue Oct 29 16:25:11 JST 2002
        - excludes c++ code, now XS is written only c.
        
0.15  Mon Oct 28 00:00:32 JST 2002
        - new emoji characters. imode2(imode extended chars), jsky2(jsky
          page 3 to 6).
        - fix warning at used in -w environment.
        - new method, getu().

0.14  Sat Aug 31 15:30:20 JST 2002
        - Supports in `use utf8' scope.
        - Fix h2z's miss-conversion for "'".

0.13  Wed Jul 24 01:26:53 JST 2002
	- Fix problem which fails in compile in some environments.

0.12  Mon Jul 15 15:29:16 JST 2002
	- Fix problem which fails in compile in some environments.

0.10  Tue Jul  9 18:00:52 JST 2002
	- Fix creates duplicate copies of blib/lib under blib/script,
	  all of which are owned by root.

0.09  Mon Jul  8 16:54:01 JST 2002
	- Many fixes (included vulnerability of DoS)
	- Supports imode's extended EMOJI (they only can be mapped to
	  Unicode area. Convertion among each model is not supported yet)
	- New XS mode implementation; convertion utf8<->ucs2.
	- Can specify PurePerl mode when loading with 'PurePrel' keyword.

0.08  Tue Jun 18 13:45:18 JST 2002
	- Supports XS. 
	- Some bugs has been fixed.

0.03  Mon Sep 17 17:16:01 JST 2001
	- t/getcode.t added.
	- Manual updated. (It translated into English.)
	- Fixed bug, doesn't work with perl 5.005. 
	- Fixed bug, $_ is broken when first method call.

0.02  Wed Aug  1 17:48:33 JST 2001
	- Manual updated.
	- Changed the handling of characters which out of SJIS codes' range
	  in converting from UTF8 to SJIS.
	- The time of loading the module was reduced. (with AUTOLOAD function)
	- t/outrange.t added.

0.01  Fri Jul 27 20:51:44 JST 2001
	- BETA Release.