paulmckillop
Programmer
I have large amounts of Arabic (unicode) text in a MySQL database which I need to extract and give to someone else. I know that MySQL doesn't support unicode naturally, but I have the Arabic unicode stored in an encoded format in the MySQL database (each character is stored as a 7 char ASCII string: ɺ ).
I have written a Java program to take the Arabic unicode values, convert then to Java's standard unicode encoding, then place them into an Access database. I have used the same conversion code before to display Arabic text on a Java GUI, so I know that it works that far.
My problem is that Access displays all the Arabic simply as: '????????????'. This is the first time that I have tried to place Arabic into an Access database, so I could be doing something basic wrong. So far, I have tried changing the unicode compression to No/Off for each field. I can also type Arabic into the Access tables and it displays fine.
Any help would be greatly appreciated.
Thank you for your time,
PAUL.
I have written a Java program to take the Arabic unicode values, convert then to Java's standard unicode encoding, then place them into an Access database. I have used the same conversion code before to display Arabic text on a Java GUI, so I know that it works that far.
My problem is that Access displays all the Arabic simply as: '????????????'. This is the first time that I have tried to place Arabic into an Access database, so I could be doing something basic wrong. So far, I have tried changing the unicode compression to No/Off for each field. I can also type Arabic into the Access tables and it displays fine.
Any help would be greatly appreciated.
Thank you for your time,
PAUL.