[fpc-devel] TRegistry and Unicode

Bart bartjunk64 at gmail.com
Sat Mar 2 17:53:26 CET 2019


On Sat, Mar 2, 2019 at 3:48 PM Joost van der Sluis <joost at cnoc.nl> wrote:

> The utf8encode should go, just like the utf8decode's that we fixed already.

Shall I post a patch in the bugtracker?
If so: instead of
SomeAnsiString := UTf8Encode(SomeUnicodeString) do I make it an
implicit conversion (SomeAnsiString := SomeUnicodeString), or an
explicit typecast (suppressing warnings: SomeAnsiString =
String(SomeUnicodeString))?

As a side note: I now have several patches for the registry in the
bugtracker, and it gets increasingly difficult to make new patches for
each issue if the "previous" (as in: the ones I made earlier) don't
get applied.

Bart
-- 
Bart



More information about the fpc-devel mailing list