svn 573: on manage- and feedbacktab in adminpaneel, i can change with mousover-and-click the description and caption from pictures. how can i change here the charset. i search in all files and replace all utf-8 with iso-8859-1, but wenn i use mouseover-click-change, i have cryptical chars in description and caption for special german chars.. wenn i use the little edit-icon on the right side, open an extra edit-site to edit captions and descriptions - here its all ok.
Changing the charset in the admin section isn't going to resolve this issue. The cryptical characters you are referring to in the editable fields are a result of the "blank space" issue documented in Trac ticket #192. Sidtheduck has developed a patch for the code that has been tested and is successful in removing those extra blank spaces.
If you would like to patch your code, you can use this diff file to make the changes to each file listed. The lines in red are removed; the lines in green are added. Watch the line numbers carefully when doing this, and make sure the code is the same in your file for each of those lines.
Hopefully the code from this patch will be committed to the SVN sometime this week, since it's been tested and it does resolve the problem.
Where have you changed utf-8 to iso-8859-1? There are 3 files where it is located that may affect your character sets. 1. plog-load-config.php (1 location) 2. plog-admin/index.php (1 location) 3. plog-admin/plog-admin.php (2 locations)