[Lazarus] Problems with accented characters
Vladimir Zhirov
vvzh.lists at gmail.com
Mon Mar 8 08:44:12 CET 2010
Silvio Clecio wrote:
> I'm trying with TUTF8Scanner + OnKeyPress, and TUTF8Scanner +
> OnUTF8KeyPress, but not works. :(
>
> Another test that fails:
>
> procedure TForm1.Edit1UTF8KeyPress(Sender: TObject; var UTF8Key:
> TUTF8Char); begin
> UTF8Key := 'Ç';
> end;
>
> Appear the caracters of the current typing in Edit, and not 'Ç'. :(
It seems to be a bug in OnUTF8KeyPress, the similar behaviour was
reported at Russian Free Pascal forum. Would you please create
a bug report?
More information about the Lazarus
mailing list