[fpc-pascal] FPC Unicode / CodePage aware strings
    Jonas Maebe 
    jonas.maebe at elis.ugent.be
       
    Thu Dec 10 12:17:28 CET 2015
    
    
  
Martin Schreiber wrote on Thu, 10 Dec 2015:
> On Thursday 10 December 2015 12:01:49 Graeme Geldenhuys wrote:
>>
>> ===========================
>> program project1;
>>
>> {$mode delphiunicode}{$H+}
>>
> Try {$codepage utf8}.
That won't change anything, because {$mode delphiunicode} implies "use  
the default system code page to interpret the source code", and that's  
UTF-8 on his system.
Jonas
    
    
More information about the fpc-pascal
mailing list