[Lazarus] German umlauts in component names
Bart
bartjunk64 at gmail.com
Mon Apr 4 16:57:04 CEST 2016
On 4/4/16, Mattias Gaertner <nc-gaertnma at netcologne.de> wrote:
> This is an English mailing list, so naturally you will find many
> thinking the same here.
> But many people want to use non English words as identifiers. They need
> non English letters.
Well, I'm not English and still I do not desire such a feature.
I tend to have English names for all
procedures/functions/properties/types as well.
To me it just looks funny to have 2 languages in one file e.g.
procedure HaalConfigurateOp(Bestandsnaam:String);
begin
If not FileExists(Bestandsnaam) then ...
with EenDataStructuur do
begin
...
end;
..
end;
But that's just me.
Bart
More information about the Lazarus
mailing list