miscellaneous_tips:20_software_development:meld_notes:configure_meld_to_support_different_encodings_or_character_sets

Configure 'meld' to Support Different Encodings or Character Sets

The encodings to be automatically detected can be configureed by setting the gsettings key detect-encodings for the wanted encodings.


On Linux, run this command once:

gsettings set org.gnome.meld detect-encodings "['UTF-8', 'WINDOWS-1252', 'ISO-8859-15', 'UTF-16']"


On Windows, this can be done by via a string parameter of the registry key HKEY_CURRENT_USER\Software\GSettings\org\gnome\meld.

Edit or add a new string parameter detect-encodings with the approvriate value, e.g. ['WINDOWS-1251', 'UTF-8', 'ISO-8859-15', 'UTF-16'].



The information above was found on Stackoverflow:


Martin Burnicki martin.burnicki@burnicki.net, last updated 2022-04-08

  • miscellaneous_tips/20_software_development/meld_notes/configure_meld_to_support_different_encodings_or_character_sets.txt
  • Zuletzt geändert: 2022-04-08 12:13
  • von martin