[fpc-pascal] TurboVision is reborn as FOSS (again)
Graeme Geldenhuys
mailinglists at geldenhuys.co.uk
Wed Dec 23 14:27:42 CET 2020
On 22/12/2020 10:20 pm, gabor via fpc-pascal wrote:
> Sorry, I keep mistaking code point for character. I thought that the
> code point is a value in the range 0..10FFFF. I don't think I fully
> understand Unicode...
Here in an example:
https://en.wikipedia.org/wiki/Combining_character
Two or more code points combined can form a "single character" when
rendered on screen or paper.
Sometimes you can replace those with a single "precomposed character" too.
The Unicode standard includes many of them, but not all.
https://en.wikipedia.org/wiki/Precomposed_character
Hope that helps.
Regards,
Graeme
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My public PGP key: http://tinyurl.com/graeme-pgp
More information about the fpc-pascal
mailing list