Talk:UTF8 strings and characters
From Lazarus wiki
Revision as of 14:39, 9 April 2021 by Starmariner (talk | contribs) (Update page? Query a Type change Cardinal to NativeUint..)
Page: UTF8_strings_and_characters
I believe that Cardinal types are not to be used anymore for 32bit and 64bit systems. with reference to https://wiki.freepascal.org/Cardinal . Will Type cardinal need replacing with NativeUint?
See the code examples, on the page UTF8_strings_and_characters. Thanks.