grahamrhind
Technical User
Hi,
I have some encoded text files (Unicode UTF-8) files which I want to import into a VFP data table. I am currently using VFP 6, and, as far as I can tell (please correct me
if I am wrong) I cannot encode a data table in this version to correctly read the accents in the UTF-8 data.
I understand that VFP 8 is also not good at handling Unicode data - is that correct? Can a VFP 8 data table correctly import and show UTF-8 data? It probably can't be done with APPEND FROM, and the only hint I have had is that there is a STRCONV() command that can help - but can this be used to import from a text file? Any input on this would be greatly appreciated!
Thanks in advance
I have some encoded text files (Unicode UTF-8) files which I want to import into a VFP data table. I am currently using VFP 6, and, as far as I can tell (please correct me
if I am wrong) I cannot encode a data table in this version to correctly read the accents in the UTF-8 data.
I understand that VFP 8 is also not good at handling Unicode data - is that correct? Can a VFP 8 data table correctly import and show UTF-8 data? It probably can't be done with APPEND FROM, and the only hint I have had is that there is a STRCONV() command that can help - but can this be used to import from a text file? Any input on this would be greatly appreciated!
Thanks in advance