P
P
PythonBeginner202018-05-06 14:42:02
linux
PythonBeginner20, 2018-05-06 14:42:02

How to work with unknown (?????.doc) files in linux?

Switched from Windows 10 to Linux Mint with KDE. No particular inconvenience other than downloading archives. I download a .rar archive from any site, and there the files are displayed in incomprehensible characters. Dolphine, Arh, mc and other programs cannot parse the name. So I can't open the file.
5aeee9eacb841497779651.png
So, how do I fix incorrect file name display? The system itself is localized under the Russian language.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
AVKor, 2018-05-06
@AVKor

This is some kind of wrong RAR in your system. I have:

$ rar a test.rar ЭтоТест.txt 

RAR 5.40   Copyright (c) 1993-2016 Alexander Roshal   15 Aug 2016
Trial version             Type RAR -? for help

Evaluation copy. Please register.

Creating archive test.rar

Adding    ЭтоТест.txt                                                 OK 
Adding data recovery record     
Done
$ rar lt test.rar 

RAR 5.40   Copyright (c) 1993-2016 Alexander Roshal   15 Aug 2016
Trial version             Type RAR -? for help

Archive: test.rar
Details: RAR 4, recovery record

        Name: ЭтоТест.txt
        Type: File
        Size: 12
 Packed size: 12
       Ratio: 100%
       mtime: 2018-05-05 22:34:42,000
  Attributes: -rw-r--r--
       CRC32: 26BEE9C9
     Host OS: Unix
 Compression: RAR 3.0(v20) -m0 -md=128K

$ unrar lt test.rar 

UNRAR 5.30 beta 2 freeware      Copyright (c) 1993-2015 Alexander Roshal

Archive: test.rar
Details: RAR 4, recovery record

        Name: ЭтоТест.txt
        Type: File
        Size: 12
 Packed size: 12
       Ratio: 100%
       mtime: 2018-05-05 22:34:42,000
  Attributes: -rw-r--r--
       CRC32: 26BEE9C9
     Host OS: Unix
 Compression: RAR 3.0(v20) -m0 -md=128K

A
Alexander Taratin, 2018-05-06
@Taraflex

https://askubuntu.com/questions/348173/how-to-inst...

C
CityCat4, 2018-05-07
@CityCat4

This is a file in non-Unicode Russian encoding.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question