Exporting into CSV Character Error
-
Hi, I’m saving characters in my table with accent (I’m from Argentina that’s why).
So, when I export into CSV, all my characters with accent looks bad.
I had to “hack” the module by editing this file: database-browser.php
Inside the function : toCSV()
I did this:
utf8_decode($row[$column->Field])
I dont know if you can add that into the module’s code, or not.
Thanks for this amazing module ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Exporting into CSV Character Error’ is closed to new replies.