[Lazarus] UTF8Tools problem
Vojtěch Čihák
vojtech.cihak at atlas.cz
Sat Sep 30 14:38:24 CEST 2017
Thanks, I had old version of UTF8Tools which didn't have LazUTF8 in "uses" so it poited to FPC's:
function UnicodeToUtf8(Dest: PChar; Source: PUnicodeChar; MaxBytes: SizeInt): SizeInt;{$ifdef SYSTEMINLINE}inline;{$endif}
function UnicodeToUtf8(Dest: PChar; MaxDestBytes: SizeUInt; Source: PUnicodeChar; SourceChars: SizeUInt): SizeUInt;
Now it works.
I'll look on the solution via LazUnicode too, it would reduce one dependency on external package.
V.
___________________________________________________________
> Od: Juha Manninen via Lazarus <lazarus at lists.lazarus-ide.org>
> Komu: Lazarus mailing list <lazarus at lists.lazarus-ide.org>
> Datum: 30.09.2017 09:27
> Předmět: Re: [Lazarus] UTF8Tools problem
>
On Sat, Sep 30, 2017 at 3:59 AM, Vojtěch Čihák via Lazarus
<lazarus at lists.lazarus-ide.org> wrote:
.....
Juha
--
_______________________________________________
Lazarus mailing list
Lazarus at lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus <https://lists.lazarus-ide.org/listinfo/lazarus>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20170930/e3216629/attachment.html>
More information about the Lazarus
mailing list