gabr42
Remember the good old times when strings were composed of 8-bit characters? Those were simpler times. When we needed a data buffer, we just used an AnsiString. An 8-bit character is just a byte, surely?… … Read more
3 days ago in ANSI, Delphi, Unicode, UTF-80
jpluimers
The Delphi compiler does not see a unicode non-breaking space (0x00A0 as whitespace, and the Delphi IDE does not warn you about it: [WayBack] Delphi revelations #2 – Space characters are not just space characters…. … Read more
5 years ago in Delphi, Development, Software Development, Unicode0
Bob Swart
First the bad news: console I/O does not support reading (UTF-16) Unicode strings, and writing only suports AnsiStrings. … Read more
17 years ago in Unicode0
Bob Swart
First the bad news: console I/O does not support reading (UTF-16) Unicode strings, and writing only suports AnsiStrings. … Read more
17 years ago in Unicode0