ALT Linux Bugzilla
– Attachment 502 Details for
Bug 4871
Неверная работа с кодировками названий файлов
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч, убирающий перекодировку
unzpriv.h.patch (text/plain), 721 bytes, created by
Vitaly Lipatov
on 2004-07-23 18:10:37 MSD
(
hide
)
Description:
Патч, убирающий перекодировку
Filename:
MIME Type:
Creator:
Vitaly Lipatov
Created:
2004-07-23 18:10:37 MSD
Size:
721 bytes
patch
obsolete
>--- unzpriv.h.orig 2002-02-17 20:01:48 +0300 >+++ unzpriv.h 2004-07-23 18:03:17 +0400 >@@ -2419,16 +2419,7 @@ > * All other ports are assumed to code zip entry filenames in ISO 8859-1. > */ > #ifndef Ext_ASCII_TO_Native >-# define Ext_ASCII_TO_Native(string, hostnum, hostver, isuxatt, islochdr) \ >- if (((hostnum) == FS_FAT_ && \ >- !(((islochdr) || (isuxatt)) && \ >- ((hostver) == 25 || (hostver) == 26 || (hostver) == 40))) || \ >- (hostnum) == FS_HPFS_ || \ >- ((hostnum) == FS_NTFS_ && (hostver) == 50)) { \ >- _OEM_INTERN((string)); \ >- } else { \ >- _ISO_INTERN((string)); \ >- } >+# define Ext_ASCII_TO_Native(string, hostnum, hostver, isuxatt, islochdr) > #endif > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 4871
: 502 |
531
|
532
|
1402