mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 07:29:29 +02:00
LazUtils: Add ISO-8859-9 and ISO-8859-14 to the supported encoding list. Issue #39785, patch by Don Siders.
This commit is contained in:
parent
573be15eaf
commit
262fe00e31
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user