Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3975642
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T04:42:34+00:00 2026-05-20T04:42:34+00:00

I am currently working on a Bilingual application (English and Arabic) with struts framework.

  • 0

I am currently working on a Bilingual application (English and Arabic) with struts framework.

My application is currently built to support English characters.

Now am trying to post and read UTF-8 encoded characters on my JSP pages in Tomcat 6 environment.

So i have the basic things set up in all my jsp pages and action class.

I have set this in my action class

            `request.setCharacterEncoding("UTF-8");
    response.setCharacterEncoding("UTF-8");
    response.setContentType("UTF-8");`

In my jsp pages: <%@page pageEncoding="UTF-8"%>
<%@page language="java" contentType="text/html;charset=UTF-8"%>

So when i try to post Arabic characters to my jsp page, it displays junk characters.

How do i correct it? what else do i need to do to support arabic or chinese characters?

Also, am using a database to save the form once the user fills out the application. The user can either use English or arablic to fill the form.

How do i achieve this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T04:42:34+00:00Added an answer on May 20, 2026 at 4:42 am

    You need to do only two things to get UTF-8 to work for POST forms.

    Put this in top of JSP:

    <%@ page pageEncoding="UTF-8" %>
    

    Put this in a Filter which runs before your action class.

    request.setCharacterEncoding("UTF-8");
    

    Doing this inside the action class might be already too late. It should be set before you or any MVC framework gathers the request parameters.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently working on a Spring 2.5 web application, looks as if the business has
Am currently working on an application that requires users to submit posts and comments
Currently working with Oracle, but will also need a solution for MS SQL. I
Currently working in the deployment of an OFBiz based ERP, we've come to the
Currently working on a VBScript to automate some of the dirty PST ingestion work
Currently working through a Teach Yourself WPF tutorial. Usually I can mentally convert from
Currently working in Java, i'd like to be able to select part of an
I currently working on an issue tracker for my company to help them keep
Im currently working on an RMI client that will talk to an RMI server
I am looking for word alignment tools and algorithms. I am dealing with bilingual

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.