Question

I have an application running on Jelastic. The Java based web application is running on Glassfish and the database server is MySql.

I developed the project on Netbeans and there was no character problem when running the project on the local machine (Turkish Windows 8).

When running on Jelastic, there is no character problem related to the web pages. However, there is problem when form based interactions are called.

Some Turkish characters are not processed when a search query or customer registration tasks are executed. Those characters missing (recorded to the MySql as ?)are the ones differing from the Latin. For example "ö", which is also used in German is not the problem.

Problematic characters: http://en.wikipedia.org/wiki/Wikipedia:Turkish_characters

As I said previously, I dont have such problem when working on local Glassfish rolled in Netbeans.

I checked out the phpMyAdmin server, and I think that some values (that are set by default such as latin1_swedish_ci) might be the cause for loss of Turkish characters.

I tried to change the values on , but those are reset to the defaults when the server is restarted. Could this be the source of my problem? If so, how could I set them permentantly?

Your kind support will be greatly appreciated.☺

Was it helpful?

Solution

where exactly you are applied changes?

As I know these settings can be changed at etc/my.cnf via Jelastic Dashboard in MySQL.

Concerning Character Setting you will help this link:

Change MySQL default character set to UTF-8 in my.cnf?

If the problem persists ask your hosting provider for help with this issue.

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top