internal ZIP archive -- problem with specific character combination

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Firestone
Junior Member
Junior Member
Posts: 5
Joined: 2015-02-10, 15:19 UTC

internal ZIP archive -- problem with specific character combination

Post by *Firestone »

Hello,

I would like to ask where is the possible problem when creating a ZIP archive via internal engine with specific character combination?

Code: Select all

ěž
https://i.ibb.co/MSCJ107/picture.png
This combination leads to ZIP archive that contain additional folder with name:

Code: Select all

D.3_GIP_tاitelnost zemin
When i change ě to e there isn't problem at all.
Thank you for any ideas.
User avatar
Stefan2
Power Member
Power Member
Posts: 4133
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: internal ZIP archive -- problem with specific character combination

Post by *Stefan2 »

See menu "Configuration > Options... > Zip packer" >>> Addition settings > Pack Unicode names [xxx]

and play with those settings.



Is the archive packed and unpacked on the same PC, or at least with same codepage settings?


.
Firestone
Junior Member
Junior Member
Posts: 5
Joined: 2015-02-10, 15:19 UTC

Re: internal ZIP archive -- problem with specific character combination

Post by *Firestone »

Thank you a lot for that info! When I changed from:
Ask every time a Unicode name is encountered
to
All as UTF-8 if at least one contains characters>127
the problem was solved and ZIP is fine without bad characters :)
Post Reply