Czech (UTF-8) characters in console OR scp

Hallo, I need copy files from server shared via Samba to Windows environment via scp. When I see these files from Windows (Samba) I see all czech charasters with diacritics. But in the console and after using scp I see corrupted file names. Any help ho to solve this? FreeBSD 10.3. Thanks for all suggestions.

Screenshot 2023-08-15 175758.jpg
 
FreeBSD 10.3.
End-of-life and not supported any more.

 
What is your locale output? And that does not look like THE console, you mean command line?
Code:
locale
LANG=cs_CZ.ISO8859-2
LC_CTYPE="cs_CZ.ISO8859-2"
LC_COLLATE="cs_CZ.ISO8859-2"
LC_TIME="cs_CZ.ISO8859-2"
LC_NUMERIC="cs_CZ.ISO8859-2"
LC_MONETARY="cs_CZ.ISO8859-2"
LC_MESSAGES="cs_CZ.ISO8859-2"
LC_ALL=
 
End-of-life and not supported any more.

This is the reason I need to export files before updating.
 
After all settings from here and here reboot helps to get it to work.

There is now some weird think that I can see files in console which I cannot see in the Windows (Samba, hidden files allowed).
 
Back
Top