Posted By:
maneesh_sata
Posted On:
Thursday, November 28, 2002 03:43 AM
hi all! if i can send a mail in japanese why not in arabic?.what i m doing wrong tell me .i tell u what i m doing. 1- I m setting(UTF-8) content type for both servlet and the jsp( with a textfield whose values in arabic are passed to servlet). 2-I m using get byte and get a final string str(now in byte form). 3-out.println(str) the above line is showing me in browser all right unicode character which was in textfield but a problem when i minimize the browser text(arabic) vanishes from page. 4-if i print the above string i.e System.out.println(str)
More>>
hi all!
if i can send a mail in japanese why not in arabic?.what i m doing wrong tell
me .i tell u what i m doing.
1-
I m setting(UTF-8) content type for both servlet and the jsp( with a textfield whose values
in arabic are passed to servlet).
2-I m using get byte and get a final string str(now in byte form).
3-out.println(str)
the above line is showing me in browser all right unicode character which was in
textfield but a problem when i minimize the browser text(arabic) vanishes from
page.
4-if i print the above string i.e
System.out.println(str)
than now decimel values are printed and so what i get in mail is also decimel
values of the unicode characters(i.e &;#1788 and &;1735)
thanx plz tell me otherwise i would leave all this work
<<Less