• Welcome to KonaKart Community Forum. Please login or sign up.
 

prolem with polish charset

Started by salieri, July 31, 2009, 10:38:50 am

Previous topic - Next topic

salieri

hi,
version of my konakart is :  3.2.0.0 (built 9:06PM 1-Feb-2009 GMT)
version of my mysql db :  5.0.51a

when I try to add new product in admin application which contains polish letters it replaced them with "?"
I tried with my data base charset set as uft-8 and latin2 but it changed nothing.

what can I do ?

trevor

I'm not sure what the problem is. We have people running KonaKart in many languages including cyrillic, arabic and chinese character sets.

Have you actually looked at what get's written into the database ?

salieri

yes,
unfortunately in my data base polish letters are also represent by "?"
page admin is coded in ISO-8859-2, can I change it to UTF-8 in some way ?


trevor

I've just done a standard install of 3.2.0.0 using MySQL and it seems to work fine. I've attached some screen shots.

salieri

problem solved

I added this in konakartadmin.properties

torque.dsfactory.store1.connection.url      = jdbc:mysql://localhost:3306/konakart?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF-8