Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change NCRs back to characters
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01350866
Message ID:
01350883
Vues:
36
This message has been marked as the solution to the initial question of the thread.
Hi,
>Does any body know how (programmatically) to change Unicode NCRs (numerical character references) back to the original characters?
ox = crea("internetexplorer.application")
ox.Navigate("about:blank")
Inkey(.1)
doc = ox.Document
doc.Body.InnerHTML  = "& #21578;& #26481;& #23612;"
? doc.Body.InnerText
But unless VFP can display them you will only get question marks back.
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform