[fpc-pascal] Feature announcement: Unicode character constants outside of BMP

Marco van de Voort marcov at stack.nl
Sun May 27 16:50:09 CEST 2018


In our previous episode, Sven Barth via fpc-pascal said:
>  ? s: UnicodeString;
> begin
>  ? s := #$10437;
>  ? DumpStr(s);
>  ? s := #$24b62;
>  ? DumpStr(s);
> end.

Nice. Means you can directly enter constant into the source without doing
manual conversions first.



More information about the fpc-pascal mailing list