I need to export some data from MySQL database. Problem is that I have extended latin characters in it, like Š Đ Ć Č Ž and when I do classic export, my words looks like: ÄorÄ‘ević or Božilović, and should look like Đorđević / Božilović
Problem solved with 1st answer on this question: Alternative for PHP_excel
files: http://github.com/elidickinson/php-export-data
@Mark Baker- THX!