Bob Swart
Robert Meek has written a book review about my Delphi 2009 Development Essentials, which is sold as paperback from Lulu.com, or offered as free bonus for anyone who purchases Delphi or one or more courseware… … Read more
15 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
16 years ago in Books / Magazines, Unicode, Delphi0
Bob Swart
The FillChar routine fills a string or buffer with bytes, which means that we need to multiply the length of the string with the size of the string elements in order to fill the complete… … Read more
16 years ago in Books / Magazines, Unicode, Delphi0
Bob Swart
A helpful Unicode support class in Delphi 2009 is the TCharacter class, which is a sealed class which only consists of static class functions to check whether a character is a Digit, a Letter, etc. … Read more
16 years ago in Books / Magazines, Unicode, Delphi0
Bob Swart
I just published Delphi 2009 Development Essentials on Lulu.com as paperback (24 Euro) or PDF download (16 Euro) as a 127 page A4-size book (38,638 words) that covers the new IDE, Compiler, Language, RTL/VCL and… … Read more
16 years ago in Books / Magazines, Unicode, Delphi0
Bob Swart
Although UTF-16 characters are simple WideChar characters, there are also surrogate characters (also WideChar items) that are used to produce a special Unicode character on a different plane than the default plane 0. … Read more
16 years ago in Books / Magazines, Unicode, Delphi0