Skip to content

Replace turkish character with ascii

Because turkish characters make bug with terminal. like this:

a@localhost:~$ ls -l
total 8
drwxr-xr-x  2 a    a    4096 Dec 13 15:37  Belgeler
drwxr-xr-x  2 a    a    4096 Dec  1 11:57  Genel
drwxr-xr-x  2 a    a    4096 Dec  1 11:57 'Masa'$'\303\274''st'$'\303\274'
drwxr-xr-x  2 a    a    4096 Dec  1 11:57 'M'$'\303\274''zik'
drwxr-xr-x  2 a    a    4096 Dec 15 10:54  Resimler
drwxr-xr-x  2 a    a    4096 Dec  1 11:57  Videolar
drwxr-xr-x  4 a    a    4096 Dec 17 14:24 ''$'\304\260''ndirilenler'
drwxr-xr-x  2 a    a    4096 Dec  1 11:57 ''$'\305\236''ablonlar'
Edited by paledega

Merge request reports