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 7657789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:06:23+00:00 2026-05-31T13:06:23+00:00

I have web app in jsf2.0 on tomcat 6 and MySQL. I’m using special

  • 0

I have web app in jsf2.0 on tomcat 6 and MySQL. I’m using special characters for example “ąśżźć”. I’m able to read data from MySQL and show it properly on the web page. The problem occurs when user is filling in the form with any special character then in MySQL the characters are replaced to ‘?’. But if I use MySQL Workbench tool and I’ll make insert to DB everything works and the special characters are showed proper on the web page.

My Configuration:

JSF - UTF-8 (for response and request character encoding)
MySQL columns are configured to use UTF-8, example: DESCRIPTION varchar(100)  CHARACTER SET utf8 null
character_set_client    utf8
character_set_connection    utf8
character_set_database  latin1
character_set_filesystem    binary
character_set_results   utf8
character_set_server    latin1
character_set_system    utf8

And the character_set_server = latin1 makes me big problems.
When it is UTF-8 everything is ok, in latin1 not.

My hosting company will not change the MySQL setting so the latin1 stays :-(.

How can I make workaround for that?

I tried already many solutions like creating filter, makes conversion using Charset and String.getBytes(). I’m running out of ideas.

For connecting I’m using JDBC by org.apache.tomcat.jdbc.pool.DataSource.

  • 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-31T13:06:24+00:00Added an answer on May 31, 2026 at 1:06 pm

    MySQL JDBC driver uses by default the platform default character encoding as obtained by Charset#getDefaultCharset() which is not necessarily UTF-8. You need to set it as a parameter in the JDBC URL:

    jdbc:mysql://localhost:3306/dbname?useUnicode=true&characterEncoding=UTF-8
    

    See also:

    • Unicode – How to get the characters right?
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web-app-database 3 tier server setup. Web requests data from app, and
I have a web app using JSF2 with JPA Entities, Stateless ejb session beans
I have a web app which connects to a server using a TCP connection
I have a web app in production that is used for typical data entry,retrieval,
We have a web app that exports CSV files containing foreign characters with UTF-8,
I am using JSF2.0 with Richfaces 4.0.0.Final for a web application. I have a
I'm developping a web app, with jsf2,spring and hibernate. I have an application scoped
need ask you about some help. I have web app running in Net 2.0.
I have a web app for commercial property management that needs spreadsheet-like functionality for
I have a web app that is heavily loaded in javascript and css. First

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.