Your message dated Wed, 18 May 2022 00:27:28 +0900
with message-id
<CA+0c0dX=8fh-nzidwoowqyoyrd3whuauzfoxc3+drtro_hz...@mail.gmail.com>
and subject line Re: Unrar fails to extract files and folders with non-latin
characters
has caused the Debian Bug report #888308,
regarding Unrar fails to extract files and folders with non-latin characters
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
888308: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888308
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: unrar
Version: 1:5.3.2-1+deb9u1
When trying to extract files from a .rar archive with encrypted file names
under password, unrar fails to extract files and folders that have
non-latin characters in their names (it displays them with question marks
when throwing error messages and when inspecting the archive with Ark).
--- End Message ---
--- Begin Message ---
Tags: wontfix
UnRAR is originally developed for Windows.
So UnRAR uses UTF-16 to all internal path name.
UnRAR for Unix converts local multi byte encoding from/to UTF-16 to
process file name.
This conversion uses wcsrtombs()/mbsrtowcs().
These functions work depends your current locale settings.
If you want to use non-latin character filenames, setup modern locals
like UTF-8 and set it to LANG or LC_CTYPE environment variable.
example:
$ LC_CTYPE=C.UTF-8 unrar x foo.rar
--
YOKOTA
--- End Message ---