KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: salieri on July 31, 2009, 10:38:50 am

Title: prolem with polish charset
Post by: salieri on July 31, 2009, 10:38:50 am
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 ?
Title: Re: prolem with polish charset
Post by: trevor on July 31, 2009, 11:06:35 am
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 ?
Title: Re: prolem with polish charset
Post by: salieri on July 31, 2009, 11:16:09 am
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 ?

Title: Re: prolem with polish charset
Post by: trevor on July 31, 2009, 12:51:49 pm
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.
Title: Re: prolem with polish charset
Post by: salieri on August 03, 2009, 11:06:36 am
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