On Sat, Mar 2, 2019 at 3:48 PM Joost van der Sluis <jo...@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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to