Hi Przemek,

hbmzip does not touch file names at all. It stores them as is without
any translations. It works perfectly for me in my Linux box.
So your problem is probbly different:
1. you need some translations (f.e. ANSI<->OEM conversions)
2. hbmzip uses fopen() (BTW it will be good to replace it
  with hb_fopen() to respect file name translation) for file
  access. It's possible that CRTL in your C compilers makes
  some translations using information set in locale.
Please make some tests. F.e. use myzip/myunzip examples to compress
and decompress file and compare results.

I've tested myzip/myunzip from WinXP console to zip/unzip a guía.dbf file with your latest changelog.

Although the test work correctly, I think there's something wrong because if I open the zip file with WinZip it shows and extract the file as guÝa.dbf (OEM name).

What do you think about ?

Many thanks
Juan
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to