wcglorioso
Programmer
Hi everyone,
I stumbled into a Java Script program which I want to reprogram in VFP.
It had an array constant populated with some unicode characters.
I would like to know how I would do it in VFP.
I cant seem to figure out how to use the function strconv() for this purpose.
True, the documentation says it can convert double-byte characters to UNICODE (wide characters) but how do I produce a double-byte character to convert to UNICODE?
The chr() function deals with only single-byte characters.
Certainly, the str() function will not do.
How do we go about generating a UNICODE character for assignment to an array element then?
Thanks in advance for any help.
I stumbled into a Java Script program which I want to reprogram in VFP.
It had an array constant populated with some unicode characters.
I would like to know how I would do it in VFP.
I cant seem to figure out how to use the function strconv() for this purpose.
True, the documentation says it can convert double-byte characters to UNICODE (wide characters) but how do I produce a double-byte character to convert to UNICODE?
The chr() function deals with only single-byte characters.
Certainly, the str() function will not do.
How do we go about generating a UNICODE character for assignment to an array element then?
Thanks in advance for any help.