Unzip doesn't print multibyte characters
This update fixes the following issue for unzip:
- 620483: Unzip didn't print multibyte characters in file
and directory names because it used the isprint(3)
function without a correctly set locale. With this update
it uses a different way to determine whether a character
is printable.
-
Submitted by
Adrian Schröter (adrianSuSE)
- Version 5087
Fixed bugs
bnc#620483
Archiving/unzip: Bug in version 6.00. Doesnt print multibyte characters.