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:
01351223
Views:
31
Christof, It works.

Thanks,
Ben


>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform