Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foreign Character sets
Message
 
To
02/12/2001 21:38:34
Jeroen Naus
Harte-Hanks Europe
Hasselt, Belgium
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00585136
Message ID:
00588586
Views:
35
Hi Jeroen

Although I don't think you really need Unicode to solve your problem, VFP 7 now gives you the chance to use it.

Have a look at the STRCONV() function. This will allow you to alter your strings forth and back between Unicode, double byte chars and localized characters. Some of the string functions (the ones ending with _C) are double byte enabled since VFP 6 also.

You can as well use CPCONVERT() to convert the content of a variable from one codepage to another, so (I do know nothing about the polish language :-) ) if needed you can always alter the codepage of a string to make it look right, no matter what codepage you used to save it in the dbf.

HTH
Markus
Previous
Reply
Map
View

Click here to load this message in the networking platform