Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change NCRs back to characters
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01350866
Message ID:
01350883
Views:
38
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform