A full list of encodings supported by your Java implementation is now shown in the file system browser's
> menu and other places. Previously only a small list of common encodings was shown.You can choose which of this list you want to display in the Encodings general options pane. You can also choose the fallback order of encodings to try in the event of decode errors in the General option pane.
The encoding used by XML files is (should be?) auto-detected if the file provides an XML declaration like the following:
<?xml version="1.0" encoding="UTF-8"?>