Use latin1 encoding as a default for Amiga file names.

This commit is contained in:
2023-10-21 09:49:33 +02:00
parent 158bc83a14
commit a212514bbf
2 changed files with 47 additions and 31 deletions

View File

@@ -29,12 +29,15 @@ Installation
* install `extfslib`_
* copy ``ulzx`` to ``~/.local/share/mc/extfs.d/``
* add or change entry for files handle in ``~/.config/mc/mc.ext``::
* add or change entry for files handle in ``~/.config/mc/mc.ext``:
# lzx
regex/\.[lL][zZ][xX]$
Open=%cd %p/ulzx://
View=%view{ascii} unlzx -v %f
.. code:: ini
[lzx]
Regex=\.lzx$
RegexIgnoreCase=true
Open=%cd %p/ulzx://
View=%view{ascii} unlzx -v %f
License
=======