Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to translate to unicode?
Message
From
06/06/1997 19:16:01
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00035474
Message ID:
00035508
Views:
32
>Check out the SRCONV() function in VFP help file. It may be just what you need.

Thanks Jim, as you may have read, we found it in the afternoon. However, there was no direct way to convert to Unicode, so we use something like this:

LOCAL lcServer
lcServer='myserver'
lcServerUnicode=STRCONV(STRCONV(lcServer,1),5)
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform