diff - meld shows output in unreadable alphabet (Japanese/Chinese?) - Ask Ubuntu


i using meld visualise diff between 2 files. meld shows diff output in... japanese or chinese?

any idea happen? locale issue? strange when using diff or colordiff in terminal, work perfectly!

thanks!

meld shows unreadable output

same problem here: file encoding not correctly detected.

in case due meld's "detect-encodings" settings.

check with:

$ gsettings org.gnome.meld detect-encodings ['utf8'] 

only utf8 detected.

to workaround issue add 'latin1' or whatever encoding file has:

$ gsettings set org.gnome.meld detect-encodings "['utf8','latin1']" 

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User