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?

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to