marta-file-manager / marta-issues

An issue tracker for Marta File Manager.
https://marta.yanex.org/
359 stars 0 forks source link

Copying accented characters from terminal #950

Open beho opened 1 year ago

beho commented 1 year ago

Hi,

unicode characters cannot be copy/pasted somewhere else from terminal. E.g. when I enter accented characters into teminal (Fish in my case) or when a script outputs such characters.

Example:

Copying this from terminal

~ > echo 'ěščáí'
ěščáí

results in

~ > echo a
a

(strange chars are 0x1b).

Thanks for great work!