| Post |
|
Guest
| Mert 4:52 pm May 7, 2009
| |
|
|
Hello,
I'm using very frequently this plug in but when i export the all the data as tab, csv .etc. it doesn't recognize some Turkish letters such as " ı ş ğ' and instead it puts this question sign" ? ".
if i check this over the wp admin tracking it all shows perfect.
any help will be appreciated
thx
|
|
|
Admin
| Oliver Munich, Germany posts 6237 9:00 pm May 7, 2009
| |
|
|
That's a rare issue, but one I've seen before with some languages, not sure how to fix that, as it seems to be dependent on several things (system, download, excel).
|
|
|
|
|
Guest
| Mert 1:10 pm May 11, 2009
| |
|
|
I've checked the database, it seems that it records the data there with error by putting the "?'. even the characther code is uft-8 general, i don't understand how itrecords to database like this.
|
|
|
Guest
| Mert 3:03 pm May 11, 2009
| |
|
|
pls disregard my previous message as on database all is looking in order. i guess the problem is excel exporting.
|
|
|
Guest
| Mert 2:18 pm May 18, 2009
| |
|
|
CAn you pls tell me if there's another way to export those data directly from phpmyadmin?
this might be the solution as all the info is correctly recorded on database.
thanks in advamce.
regards
MErt
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:32 pm May 18, 2009
| |
|
|
you can do anything you want via PHPMyAdmin, but you need to replicate/mimick the logic (SQL) that cforms uses to collect all data properly.
or you could try and use the API call (PHP only) to retrieve all submitted data and then feed it to anywhere you like…
|
|
|
|