Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML string decode
Message
 
To
13/09/2008 06:18:40
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01347322
Message ID:
01347407
Views:
21
Hi Denis,

>How can I programmatically convert to text a strings like "ä" ?

You can let Internet Explorer do the work for you:
oIE = CreateObject("InternetExplorer.Application")
oIE.Navigate("about:blank")
oIE.Document.body.innerHTML = "ä"
? oIE.Document.body.innerHTML
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform