[fpc-devel] Save the current FPC UnicodeString!
dmitry boyarintsev
skalogryz.lists at gmail.com
Thu Nov 12 22:52:28 CET 2009
On Fri, Nov 13, 2009 at 12:44 AM, Florian Klaempfl
<florian at freepascal.org> wrote:
> Well, an ansistring has an implicit encoding: system. This won't change
> and if one uses only unicodestrings and ansistrings, no change will be
> noticed.
Thanks. It's always nice to hear "No changes required" :)
> No, because it would avoid auto-conversion from/to unicodestring as well.
does your answer means, that:
var
r : RawByteString;
w : WideString;
r:=w; // is impossible because of unknown encoding of RawByteString?
thanks,
dmitry
More information about the fpc-devel
mailing list