php-csv icon indicating copy to clipboard operation
php-csv copied to clipboard

to_download($name) special character problem

Open Kreshnik opened this issue 11 years ago • 1 comments

Fist off all, great work done! There's a problem with special characters, when the to_download function gets called, it used to show special characters without their encoding. The solution to my problem was to utf8_decode the input string that was send to Response::make, now all characters are showing fine.

Kreshnik avatar Jun 18 '13 08:06 Kreshnik

try this #6

homleen avatar Aug 21 '13 06:08 homleen