mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 03:09:34 +02:00
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:
parent
c038e4c3f2
commit
f53878c0db
@ -1246,6 +1246,8 @@ begin
|
||||
FCodePage := CP_UTF8;
|
||||
'win1250','cp1250':
|
||||
FCodePage := 1250;
|
||||
'win1251','cp1251':
|
||||
FCodePage := 1251;
|
||||
'win1252','cp1252','latin1','iso8859_1':
|
||||
FCodePage := 1252;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user