Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting accented chars to Adobe form
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01418540
Message ID:
01418806
Views:
55
Thanks Christof,

One final question to do with which conversions to use, even though the app is only used in North America (and from what I know, we only need the french and sometimes spanish characters), it seemed to me that I needed to always do both conversions e.g.
STORE STRCONV(lcXMLString,1) TO lcXMLString
STORE STRCONV(lcXMLString,9) TO lcXMLString
That's because the help file says for STRCONV() for nConversionSetting #9

"Converts double-byte characters in cExpression to UTF-8"

So I took it to mean that I had to first convert to DBCS because it would not operate properly on single byte high ascii characters? Is that correct?

Albert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform