| Post |
|
Guest
| Daniel Gustafsson 1:37 am January 8, 2009
| |
|
|
Please replace the ??? with your data!
[desc]: Everyting works exept when using the tracking page to view the saves records the swedish letters ÅÄÖ shows as Ã
ÃÃ, åäö
When looking in the database it shows that the correct letters (ÅÄÖ) is stored in the tables.
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:33 am January 8, 2009
| |
|
|
are the admin emails correct?
|
|
|
|
|
Guest
| Daniel Gustafsson 2:07 am January 9, 2009
| |
|
|
Yes they are.
Parts of the tracking site works.
See pic
 
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:27 am January 9, 2009
| |
|
|
that's interesting because similar code that feeds the overview table also feeds the entry view below…
since this hasn't come up before, it seems to be either unique to your environment (charset etc) or to the swedisch language, or both ?
I just tried using Swedish characters in my test env and it also works just fine.
Check you wp_cformsdata table structure: are the string fields 'utf8_general_ci' ?
|
|
|
|
|
Guest
| Daniel Gustafsson 1:21 pm January 9, 2009
| |
|
|
Yes they are
| Statements |
Value |
| Format |
dynamic |
| Collation |
utf8_general_ci |
| Rows |
104 |
| Row length ø |
43 |
| Row size ø |
83 B |
| Next Autoindex |
127 |
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:01 pm January 9, 2009
| |
|
|
Looks ok and since you mentioned that the data tracked (in the records) is fine, too. I really don't have a clue.
Feel free to fiddle around with lib_database_getentries.php this is where the SQL call is made and the data is being structured for presentation.
|
|
|
|