[Lazarus] Proposal: Allow Umlaute and Accented Characters in Identifiers

Sven Barth pascaldragon at googlemail.com
Sat Jul 4 22:48:29 CEST 2020


Am 04.07.2020 um 20:13 schrieb Graeme Geldenhuys via lazarus:
> On 04/07/2020 7:11 pm, Graeme Geldenhuys via lazarus wrote:
>> var
>>     😀: Integer;
>> begin
>>     for 😀 := 0 to 10 do
>>       writeln(😀);
>> end.
>
> And exception variables could be 🤢  (nauseated face).

I've just tested: Delphi does not support Emojis. According to their 
documentation ( 
http://docwiki.embarcadero.com/RADStudio/Sydney/en/Identifiers ) they 
adhere to ISO/IEC TR 10176:2003 ( 
https://www.iso.org/standard/37765.html ). Sadly this standard isn't 
freely available to check what is allowed and what not :/

Regards,
Sven


More information about the lazarus mailing list