mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 14:19:31 +02:00
* or iconvlibfound according to initiconv lib result
git-svn-id: trunk@11460 -
This commit is contained in:
parent
6d010d076e
commit
a9d85dea89
@ -106,6 +106,7 @@ begin
|
||||
if not TryLoadLib('libiconv.so',error) then
|
||||
result:=false;
|
||||
{$endif}
|
||||
iconvlibfound:=iconvlibfound or result;
|
||||
end;
|
||||
|
||||
function Iconvert(S:string;var res:string; FromEncoding, ToEncoding: string): cint;
|
||||
|
Loading…
Reference in New Issue
Block a user