Multi languate support in ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Multi languate support in ofbiz

sarappa
Hi
I am having one issue with multi language support when connect via MySQL, derby seems to work fine, When i type other language and try to submit im getting data as ????,

for example in example module, I try example name in other language and submit, I am getting ???? via
mysql DB, but derby seems to work fine, I think there is problem with mysql database creation, following is sql script

create database ofbiz character set = utf8 collate = utf8_bin;
create database ofbizolap character set = utf8 collate = utf8_bin;
create database ofbiztenant character set = utf8 collate = utf8_bin;

Server: Ubuntu 12.04

Is there anything wrong with database creation

Thanks in advance
Saravanan P