--- ibx/trunk/runtime/IBSQLParser.pas 2016/02/15 14:44:25 38 +++ ibx/trunk/runtime/IBSQLParser.pas 2016/05/17 08:14:52 39 @@ -27,6 +27,10 @@ unit IBSQLParser; {$Mode Delphi} +{$IF FPC_FULLVERSION >= 20700 } +{$codepage UTF8} +{$ENDIF} + interface uses Classes, DB;