Hi.
I am using Sun Java Studio Creator , Hibernate and Oracle 9.2.07 database.
JSF page is developed with UTF-8 charset, Windows charset is 1251, database encoding is cl8mswin1251.
I get text string from field on the page and save it through Hibernate to database. Text is saved in correct 1251 encoding.
But if I save text string through SJSC embedded dataprovider (CachedRowSetDataProvider), text is saved in UTF-8 encoding.
So, I want to implement Hibernates' schema of handling character encoding when I am working with SJSC embedded dataprovider.
Please.
|