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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

JSF Internationalization in arabic

843844Feb 19 2008 — edited Feb 21 2008
Hi,
i have to display JSF page in Arabic language
I have stored properties file in arabic using UTF-8 character encoding
and save properties file for eg messages_ar.properties

But Jsf page is displaying garbage charaters in place of arabic value
My JSF page contains:

<%@ page contentType="text/html; charset=UTF-8" %>

meta tag
<meta http-equiv="content-type" content="text/html; charset=utf-8" />

and even set encoding on html as UTF-8
but still no effect

Please help me out its urgent

Thanks
akashikha
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2008
Added on Feb 19 2008
2 comments
204 views