Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

xml in hebrew

843834Jul 27 2002 — edited Jul 31 2002
hello,
I have a xml that his tags are in english but the data is in hebrew. i am parsing this xml using the sax parser with jbuilder5.
the problem is that when i am parsing the hebrew string into the char[] buf of the sax parser it switch the hebrew chars into unfamiliars chars like ?@?%?^?&?$?*... .
i know jbuilder5 have problems with hebrew but i don't use it to do nothing with the string except of inserting the string into a oracle database. the database (that usually can read hebrew) reads the strings like the jbuilder (?@?%?^?&?$?*...) and fill it's data with these characters.
I tried to change the setting of the cumputer but it doesn't help.
do anyone have any idea?

thanx.

ofer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2002
Added on Jul 27 2002
3 comments
233 views