java - Using unicode characters -


I have a problem with Unicode. I have a multi-language project when I enter data in local language, access Data is stored in some such "² ... ²®à ³²²®", but I want those letters of the local language to be seen at the back end.

Can you suggest how to do this?

I am using Java, Windows Vista, and MS-Access, I had set database encoding using property classes and passed it in the getConnection method. Although it is not showing what I want. I am using the edit-plus editor using props.put ("charset", "utf-8").

You need to check your data at every step, do not Printing it as a string only, but seeing what the Unicode characters include. See my page, written for C # but can be applied anywhere.


Comments