Forum: Pascal and Delphi Jun 18th, 2009 |
| Replies: 3 Views: 571 Whoops!
Taken from Stefan Heymann's XML Parser at http://www.destructor.de/
FUNCTION AnsiToUtf8 (Source : ANSISTRING) : STRING;
(* Converts the given Windows ANSI (Win1252) String... |
Forum: Pascal and Delphi Jun 18th, 2009 |
| Replies: 3 Views: 571 I found a reference for my conversion routine, or one very similar to it, not sure who the orignal author was, but presume it is this guy!
I've seen other versions of the same code floating around... |
Forum: Pascal and Delphi Jun 18th, 2009 |
| Replies: 3 Views: 571 I think I have found the answers to my own questions, but I'm still not sure if the LANG variable had anything to do with the solution.
The SynEdit1 control seems to want to use the Courier font... |
Forum: Pascal and Delphi Jun 18th, 2009 |
| Replies: 3 Views: 571 I am having an inordinate amount of difficulties locating an example of how to display Unicode using Lazarus and FPC. It's supposed to be fully UTF-8 capable now, yet all I get are question marks... |
Forum: Pascal and Delphi Oct 30th, 2007 |
| Replies: 1 Views: 847 I'm interested in web enabling my program.
Here's an example of what I mean.
Suppose I am translating some text and run into an unfamiliar word that I can't find in any of my dictionaries and... |
Forum: Pascal and Delphi Oct 30th, 2007 |
| Replies: 2 Views: 5,248 Hi.
I'm a newbie at this forum. I've been using Delphi 3.0 for a long time, but have run into some problems I just don't know how to handle.
I'm looking for some coding tips on how to do... |