Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Html entities... converting them e.g. unicode...
| Subject: | Html entities... converting them e.g. unicode... |
| Posted by: | "dk_sz" (dk_..@hotmail.com) |
| Date: | Fri, 19 May 2006 04:44:29 |
Well... I have been researching...
So suppose I have found e.g. following entities in some HTML:
,(CharVal: 219; CodeDec: 'Û'; CodeName: 'Û')
,(CharVal: 220; CodeDec: 'Ü'; CodeName: 'Ü')
If I am using MBCS on western Windows...
I can assume a one byte value of 219...
But what if I wanted to convert to a WideString character..?
(and wasn't using a MBCS / western Windows OS that...)
Well, just something I begun puzzling about... I have not
been able to find anything useful about this topic on the net...?
I had kinda thought there would be some kind of tables or something?
best regards
Thomas Schulz