On 22/01/2023 11:53, Michael Van Canneyt via lazarus wrote:
Since the PChar/Char types are now an alias, logically the debug info should only have references to AnsiChar/UnicodeChar.

Well technically neither of them is (always) an actual character.

They should be called

AnsiCodepoint
UniCodeCodePoint

So people will be reminded that they do not contain characters (they may by coincidence, but software should not be build on coincidence)

But that is just my personal 2cent.
--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to