On Thu, Jan 25, 2024 at 7:00 PM duilio foschi via lazarus
<lazarus@lists.lazarus-ide.org> wrote:
>
> byte F9 is correctly displayed as ù (accented u) in PSPad/Hex (see 
> https://ibb.co/S7Z6rx5) and wrongly displayed as ? in my TMemo (see 
> https://ibb.co/BBTRhPy).

Since LCL (Lazarus) is UTF8 centered, the byte F9 does not represent a
valid UTF8 codepoint, hence it will show the questionmark.
In UTF8 encodig ù is represented as 2 bytes: $C3 $B9

Bart
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to