hi I have a problem with saving product name form Unicenta POS to Mysql
at first I thought the problem was with the charset and collation in the Mysql DB
by the way I'm using CHARSET=utf8 COLLATE=utf8_general_ci
so when I send the data from Unicenta software the database shows "????" in the name field but if i insert the data manually using insert or update statement using Mysql workbench it works perfectly so i guess the problem is with the data type sent from the software
can anyone help me with this
[unicenta form } 1
[mysql statement} 2