|
unzip的中文名补丁
--- unzpriv.h.orig Thu Apr 10 02:13:13 2003
+++ unzpriv.h Thu Apr 10 02:24:23 2003
@@ -2333,7 +2333,7 @@
# endif
# define _OEM_INTERN(str1) {register uch *p;\
for (p=(uch *)(str1); *p; p++)\
- *p = native((*p & 0x80) ? oem2iso[*p & 0x7f] : *p);}
+ *p = native(/*(*p & 0x80) ? oem2iso[*p & 0x7f] :*/ *p);}
# endif
#endif
在这里找到的
http://www.douzhe.com/docs/freebsd_howto/unzip.html |
|