mirror of https://github.com/M66B/FairEmail.git
windows-1255 is common
This commit is contained in:
parent
19294e07c3
commit
b8b4a9c685
|
@ -41,7 +41,7 @@ public class CharsetHelper {
|
|||
private static final List<String> COMMON = Collections.unmodifiableList(Arrays.asList(
|
||||
"US-ASCII",
|
||||
"ISO-8859-1", "ISO-8859-2", "ISO-8859-3", "ISO-8859-7",
|
||||
"windows-1250", "windows-1251", "windows-1252", "windows-1256", "windows-1257",
|
||||
"windows-1250", "windows-1251", "windows-1252", "windows-1255", "windows-1256", "windows-1257",
|
||||
"UTF-7", "UTF-8"
|
||||
));
|
||||
private static final List<String> LESS_COMMON = Collections.unmodifiableList(Arrays.asList(
|
||||
|
|
Loading…
Reference in New Issue