Closed GoogleCodeExporter closed 9 years ago
That sounds like a GNUstep bug rather than an unar bug. unar will just ask
GNUstep to convert to the correct charset for your computer's filesystem. Or
perhaps your locale settings are not correct and that makes GNUstep confused?
Original comment by paracel...@gmail.com
on 18 Jul 2013 at 5:04
Test archive also illustrating the uncaught exception with Japanese file names.
Original comment by Jeol.For...@gmail.com
on 18 Jul 2013 at 5:10
Attachments:
Oh, okay. Thanks and sorry for the ml-noise.
Original comment by Jeol.For...@gmail.com
on 18 Jul 2013 at 5:12
If you have access to another system with some other Linux distro, try it there
and see if it works any better. Or try to figure out how GNUstep determines
what character set to use, I have no idea there.
Original comment by paracel...@gmail.com
on 18 Jul 2013 at 5:14
Okay, I managed to avoid the uncaught exception and get correct file names by
setting an environment variable:
export GNUSTEP_STRING_ENCODING=NSUTF8StringEncoding
It still displays the last character in file names wrong (unless it's ascii)
when it prompts for how to handle collisions, but since that seems to be purely
cosmetic I think my bug report can be closed.
Original comment by Jeol.For...@gmail.com
on 18 Jul 2013 at 7:11
It might be useful to take it up with the GNUstep devs, it seems like things
should work more smoothly than that.
Original comment by paracel...@gmail.com
on 18 Jul 2013 at 7:12
Original issue reported on code.google.com by
Jeol.For...@gmail.com
on 18 Jul 2013 at 4:57Attachments: