W dniu 2020-12-21 o 23:41, Sven Barth via fpc-pascal pisze: > The main restriction is that it only supports ShortString and thus has > no Unicode support.
I wonder which type would be best suited to store a unicode character (code point) for the screen buffer?
type TScreenBuffer = array of record Character: TypeForUnicodeCodepoint; AttributeAndColor: TAttributeAndColor; end; MichaĆ _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal