On Thu, 04 Dec 2014 15:29:06 +0100
Hans-Peter Diettrich wrote:
>[...]
> Please note that (currently) Lazarus sets or leaves DefaultSystemCodePage as
> according to the actual OS, i.e. 1252 for my installation, regardless of
> $codepage.
Lazarus does not change the DefaultSystemCodePage.
Unle
The following console program demonstrates various problems with the new
(encoded) AnsiStrings (FPC trunk):
program litTest2;
{.$codepage UTF8} //off for now
uses Classes,SysUtils;
var A: AnsiString;
begin
a := 'äöü';
//a := a+' '; //uncomment later
WriteLn(a,'äöü');
WriteLn(AnsiUpperCas