Hi all,
My program reads a CSV file that contains hebrew text, it then displays the values in a form but the text is unredable. What am I doing wrong?
Thanks James
Hi all,
My program reads a CSV file that contains hebrew text, it then displays the values in a form but the text is unredable. What am I doing wrong?
Thanks James
Possible options for what you're doing wrong:
How are you reading the file? If you look at the data in the debugger, does it seem correct? Do you know what encoding the file is in to start with?
See my Debugging Unicode Problems for some suggestions - although they won't help with any right-to-left issues. (I'm afraid I don't know much about bidi displays.)