From df5a33393b6f911d2045e9acd5f866ce6d6f57a3 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 25 Jun 2004 14:55:02 +0000 Subject: Update p5-Jcode package to 0.86. $Revision: 0.86 $ $Date: 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++ happy. Also pages w/ undefined characters only 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) --- converters/p5-Jcode/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters/p5-Jcode/Makefile') diff --git a/converters/p5-Jcode/Makefile b/converters/p5-Jcode/Makefile index b36256dc254..ee0c740d35c 100644 --- a/converters/p5-Jcode/Makefile +++ b/converters/p5-Jcode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2004/03/07 17:51:10 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2004/06/25 14:55:02 taca Exp $ # -DISTNAME= Jcode-0.83 +DISTNAME= Jcode-0.86 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5jco CATEGORIES= converters japanese -- cgit v1.2.3