#
# $Id: Changes.ver0X,v 2.0 2005/05/16 19:07:53 dankogai Exp $ #
$Revision: 2.0 $ $Date: 2005/05/16 19:07:53 $ ! Jcode/Tr.pm
Conversion table is now cached -- patch by Hawakawa

0.88 2004/12/03 12:04:22
! Unicode/uni.c
Patch by OHARA Shigeki that fixes segmentation fault when malformed encoding is fed to utf8 (en|de)coder applied. Message-Id: <w0gfz2p3t1n.wl%os@iij.ad.jp>
! Jcode.pm
Uninitialized values in jfold() now initialized. Message-Id: <27BF6F48-38BE-11D9-9307-000A95DBB50A@dan.co.jp>

0.87 2004/07/24 02:58:27
! Jcode.pm

0.86 2004/06/20 09:54:33
! Unicode/uni.c Unicode/uni2euc.h
Flat-table representation of uni2euc is now segmented to paged tables so Visual C++ is happy. Also pages that contain only undefined characters are aggregated to shrink the table by more than 50%. Thank you, Takahashi-san.
Message-Id: <006301c45664$a048cb20$0401a8c0@makoto>

0.85 2004/06/18 18:32:19
! Jcode.pm
getcode() is now less likely to fail to detect utf-8 Message-Id: <001901c45541$234adb00$0401a8c0@makoto>

2003/06/21 07:37:54
! Unicode/* Manifest
Unicode XS is completely rewritten from scratch. It is now even faster than Encode (but less general, of course). Instead of bsearch(), Unicode XS now uses flat lookup table Which makes it not only faster but (hopefully) more portable. Its only price is slightly larger size of the shared library (360kb on FreeBSD 4-Stable)

0.83 2003/03/16 16:15:34
! Jcode.pm
Addresses the issue that mime_encode() stalls when fed w/ bogus data. Found by Hisashi Nishimura <hisashin@hotsync.co.jp> Message-Id: <09AE8891-5773-11D7-AA19-000393AE4244@dan.co.jp>

0.82 2002/09/23 18:30:03
! Jcode.pm
pod typo fix and better jcode.pl compatibility by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> Message-Id: <20020923190414.2134.MSYK@mtg.biglobe.ne.jp>

0.81 2002/09/18 13:45:32
! Jcode.pm
jfold() fix by SATOH Fumiyasu <fumiya@samba.gr.jp> Message-Id: <878z1zv2l3.wl@sugar.net-thrust.com.net-thrust.com>

0.80 2002/05/03 00:19:55
! Jcode.pm MANIFEST
+ t/length.t
Jcode->jlength() method added by Miyagawa-kun Message-Id: <863cxal6c5.wl@mail.edge.co.jp> ! Changes
More like that is used in Encode

0.79 2002/01/15