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
Bob Swart
The TextFile of Delphi 2009 can only write AnsiStrings and not Unicode Strings, which means we can only write ANSI data to text files, right? Wrong! Since UTF8Strings are also (special) AnsiStrings, we can still… … Read more
17 years ago in Books / Magazines, Unicode, Delphi0
Bob Swart
The TextFile of Delphi 2009 can only write AnsiStrings and not Unicode Strings, which means we can only write ANSI data to text files, right? Wrong! Since UTF8Strings are also (special) AnsiStrings, we can still… … Read more
17 years ago in Books / Magazines, Unicode, Delphi0
Bob Swart
Delphi 2009 introduces Generics and Anonymous Methods for Win32, and I’ve written some examples that not only demonstrate how to use Generics (specifically Generic Methods) and Anonymous Methods these features separately, but also how we… … Read more
17 years ago in Books / Magazines, Delphi0
Bob Swart
Delphi 2009 introduces Generics and Anonymous Methods for Win32, and I’ve written some examples that not only demonstrate how to use Generics (specifically Generic Methods) and Anonymous Methods these features separately, but also how we… … Read more
17 years ago in Books / Magazines, Delphi0