java - Jelastic Glassfish Mysql Character Setting -


i have application running on jelastic. java based web application running on glassfish , database server mysql.

i developed project on netbeans , there no character problem when running project on local machine (turkish windows 8).

when running on jelastic, there no character problem related web pages. however, there problem when form based interactions called.

some turkish characters not processed when search query or customer registration tasks executed. characters missing (recorded mysql ?)are ones differing latin. example "รถ", used in german not problem.

problematic characters: http://en.wikipedia.org/wiki/wikipedia:turkish_characters

as said previously, dont have such problem when working on local glassfish rolled in netbeans.

i checked out phpmyadmin server, , think values (that set default such latin1_swedish_ci) might cause loss of turkish characters.

i tried change values on , reset defaults when server restarted. source of problem? if so, how set them permentantly?

your kind support appreciated.☺

where applied changes?

as know these settings can changed @ etc/my.cnf via jelastic dashboard in mysql.

concerning character setting link:

change mysql default character set utf-8 in my.cnf?

if problem persists ask hosting provider issue.

enter image description here


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -