fcl-db: sqldb: add connection charset aliases "win1250" (Firebird) and "cp1250" (MySQL) (although unicode is preferred nowadays and these SBCS are just a remnant of the past)

git-svn-id: trunk@42276 -
This commit is contained in:
lacak 2019-06-23 18:02:38 +00:00
parent c038e4c3f2
commit f53878c0db

View File

@ -1246,6 +1246,8 @@ begin
FCodePage := CP_UTF8;
'win1250','cp1250':
FCodePage := 1250;
'win1251','cp1251':
FCodePage := 1251;
'win1252','cp1252','latin1','iso8859_1':
FCodePage := 1252;
else