I've done some googling on this, and searched this site, but still can't seem to figure out how to resolve this specific issue, or understand why it is occurring.
My preferred text/code editor is Sublime text. But when opening various XML-formatted files (at the moment, namely .adg files, which are Ableton Live device preset files), they open as hexadecimal.
I recently added the user preference for "enable_hexadecimal_encoding": false
in Sublime Text. However, despite that, the XML text is still not decoding and displaying properly. The characters and formatting are all scrambled with a ton of question marks everywhere. I checked in BBEdit, and it is displaying in Unicode (UTF-8), which is the same encoding I am opening it with in Sublime Text.
Does anyone know how to make Sublime Text open XML-formatted files properly and as reliably as BBEdit seems to? And why do files like this always seem to be readable in BBEdit although they aren't in Sublime Text?