Hi,
I have a problem with importing special slovenian characters (č, ć, š, đ, ž etc)
from excel to mysql database.
I changed database coding to utf-8 in phpmyadmin and in php editor (Eclipse).
Adding articles (to table) from html form works fine (with special characters: č, đ etc), but it doesn't work fine from excel.
I use this class for work with excel files in php:
http://devzone.zend.com/article/3336
Thanks in advance,
Amer