Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML string decode
Message
 
À
13/09/2008 06:18:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01347322
Message ID:
01347407
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform