From: Christian S. <chr...@sc...> - 2005-05-03 08:23:17
|
Hi Mike, good news for you: The upcoming version 0.08 will solve this issue. = There are new constructors for the classes ZipFile etc. which allow you to = specify the character set. The character set originally used in most (if not all = but Sun's) ZIP implementations is "CP437" (the old PC character set). If you specify this to the constructor, you will be able to read/write international ZIP files. As far as I know version 0.08 is scheduled for release in the next few weeks. If you can't wait for this I could send you an inofficial diff against 0.07 which I use for some months now to address the same issue. = The diff will be part of version 0.08, so you should throw it away once 0.08 = is released. With best regards, Christian Schlichtherle --- Schlichtherle IT Services Wittelsbacher Str. 10a 10707 Berlin =20 Mobil: 0173 / 27 12 470 mailto:chr...@sc... http://www.schlichtherle.de -----Original Message----- From: jaz...@li... [mailto:jaz...@li...] On Behalf Of Rob Mike Sent: Monday, May 02, 2005 3:50 PM To: jaz...@li... Subject: [Jazzlib-developers] UTF-8 error Hi All, I'm french and I want use french charaters (e.g: =E9=E0=E8) in my zip = file. But I've the same bug as java.util.zip (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=3D5030283) When I store the file =E9=E0=E8=F6=FC=E4.txt I see others characters... = I think so it's the same error as zip libraries but I can't to correct :( Somebody have an idea to solve this bug ? Thanks a lot Mike (Sorry for my bad English :op) _________________________________________________________________ MSN Hotmail : antivirus et antispam int=E9gr=E9s http://www.msn.fr/newhotmail/Default.asp?Ath=3Df ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, = 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=3D20 _______________________________________________ Jazzlib-developers mailing list Jaz...@li... https://lists.sourceforge.net/lists/listinfo/jazzlib-developers |