LazUtils: Add ISO-8859-9 and ISO-8859-14 to the supported encoding list. Issue , patch by Don Siders.

This commit is contained in:
Juha 2022-06-08 11:52:12 +03:00
parent 573be15eaf
commit 262fe00e31

View File

@ -2306,6 +2306,8 @@ begin
List.Add('ISO-8859-1');
List.Add('ISO-8859-2');
List.Add('ISO-8859-9');
List.Add('ISO-8859-14');
List.Add('ISO-8859-15');
List.Add('KOI8-R');