[fpc-devel] Proof of Concept ARC implementation

Sven Barth pascaldragon at googlemail.com
Wed Oct 29 16:34:48 CET 2014


On 29.10.2014 15:33, hinstance at yandex.ru wrote:
> I believe that whoever came up with new strings overcomplicated it
> Consider Java and C# : they do not store encoding in string variables

Because in C# and Java they are UTF-16. Keep in mind that Delphi also 
changed to UTF-16 based strings (UnicodeString) and introduced the code 
page aware AnsiString for easy access to single byte strings (reading 
files, etc.).

Regards,
Sven




More information about the fpc-devel mailing list