Code: Select all
[ebuild R ] x11-terms/rxvt-unicode-9.30::gentoo USE="fading-colors font-styles mousewheel perl unicode3 xft -24-bit-color -256-color -blink -gdk-pixbuf -iso14755 -startup-notification"
Code: Select all
[ebuild R ] x11-terms/rxvt-unicode-9.30::gentoo USE="fading-colors font-styles mousewheel perl unicode3 xft -24-bit-color -256-color -blink -gdk-pixbuf -iso14755 -startup-notification"
Code: Select all
$ cd /tmp
$ mkdir test
$ touch test/test_öäüµ_çéá.txt
$ rar a test.rar testCode: Select all
$ unrar v test.rar
UNRAR 6.02 freeware Copyright (c) 1993-2021 Alexander Roshal
Archive: test.rar
Details: RAR 5
Attributes Size Packed Ratio Date Time Checksum Name
----------- --------- -------- ----- ---------- ----- -------- ----
-rw-r----- 0 0 0% 2022-05-14 23:52 00000000 test/test_öäüµ_çéá.txt
drwxr-x--- 0 0 0% 2022-05-14 23:52 00000000 test
----------- --------- -------- ----- ---------- ----- -------- ----
0 0 0% 2Code: Select all
unrar l baobab\ roots\ and\ fruit.rar
Attributes Size Date Time Name
----------- --------- ---------- ----- ----
..A.... 18938213 2021-09-21 07:25 Baobab (Casa?ais) - Roots and Fruit/01 - Baobab (Casa?ais) - Mansa.mp3
..A.... 14784349 2021-09-21 07:25 Baobab (Casa?ais) - Roots and Fruit/02 - Baobab (Casa?ais) - Mansan? ciss?.mp3
etc...Code: Select all
unrar x baobab\ roots\ and\ fruit.rar
Extracting Baobab (Casa?ais) - Roots and Fruit/01 - Baobab (Casa?ais) - Mansa.mp3 OK
Would you like to replace the existing file Baobab (Casa?ais) - Roots and Fruit/02 - Baobab (Casa?ais) - Mansan? ciss?.mp3
18938213 bytes, modified on 2021-09-21 07:25
with a new one
14784349 bytes, modified on 2021-09-21 07:25
[Y]es, [N]o, [A]ll, n[E]ver, [R]ename, [Q]uit Hu wrote:What is the output of ls -l | xxd in that directory?
Code: Select all
ls -l | xxd
00000000: 746f 7461 6c20 3135 3137 3132 0a2d 7277 total 151712.-rw
00000010: 2d72 2d2d 722d 2d20 3120 626f 6220 626f -r--r-- 1 bob bo
00000020: 6220 2031 3839 3338 3231 3320 5365 7020 b 18938213 Sep
00000030: 3231 2020 3230 3231 2042 616f 6261 6220 21 2021 Baobab
00000040: 2843 6173 610a 2d72 772d 722d 2d72 2d2d (Casa.-rw-r--r--
00000050: 2031 2062 6f62 2062 6f62 2031 3336 3430 1 bob bob 13640
00000060: 3238 3133 2053 6570 2032 3420 2032 3032 2813 Sep 24 202
00000070: 3120 6261 6f62 6162 2072 6f6f 7473 2061 1 baobab roots a
00000080: 6e64 2066 7275 6974 2e72 6172 0a2d 7277 nd fruit.rar.-rw
00000090: 7872 2d2d 722d 2d20 3120 626f 6220 626f xr--r-- 1 bob bo
000000a0: 6220 2020 2020 2020 3933 3920 4d61 7920 b 939 May
000000b0: 3134 2031 313a 3331 2063 6f70 7972 6172 14 11:31 copyrar
000000c0: 6d75 7369 632e 7368 0a music.sh.
Code: Select all
ll
total 131M
drwxr-xr-x 2 bob bob 4.0K Sep 21 2021 Baobab (Casaçais) - Roots and Fruit
Most likely, this happens because you start urxvt in iso88591 mode.It doesn't show the correct character but at least it works.
Code: Select all
LANG="en_US.utf8" urxvt