problem with unicode in javaEE and save question mark in database
- by Jeus
when i insert persian information with use JEE6(JSF and JPA) my information save question mark for example "???" === "???" my database is Mysql and my table is UTF-8 .
when insert persian data directly in database is correct and save correct.
i know that with change one property in JEE my problem go to solved
but i don`t know where is it ?