I am a java coder and in my project, I would like to store specific font to microsoft access database. But in database their is only show "????" sign. For detail, I was used JTextField to get the String and then insert into the MS database table. But in the table field, it only show "???". Is there any method like( statement.executeUpdate() )that can show the "Zawgyi-One" font type in the database.
Hint, I get String from my textfield and insert into the ms access but it only show "????". Is there any method to change Unicode string to ASCII in java?