what really happens does it converts ascii to unicode
hi
java understands unicode that is 2 byte encoding andoffice 97 doesn't understand unicode. then how data stored in access 97 (ascii 1 byte encoding) are correctly interpreted by java if i insert '\u0900' a '?' get inserted in to access table
can someone tell me.

