Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorPieperLy
    • CommentTimeSep 1st 2008 edited
     
    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.

    thanks for your help
    uwe
    •  
      CommentAuthorkimparsell
    • CommentTimeSep 1st 2008
     
    PieperLy -

    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.
    • CommentAuthorPieperLy
    • CommentTimeSep 1st 2008
     
    good morning,

    is this patch only for blank space or is it also for special chars "ä" "ö" "ü" "ß"

    thanks for your time
    uwe
    •  
      CommentAuthorkimparsell
    • CommentTimeSep 2nd 2008
     
    This patch only takes care of the blank spaces that were hard-coded in and causing issues.
    • CommentAuthorPieperLy
    • CommentTimeSep 2nd 2008
     
    ok, thanks for your answer...but isn't a solution for me....as workaround i can use the detailsite for editing.

    reagards from germany
    uwe
    •  
      CommentAuthorsidtheduck
    • CommentTimeSep 2nd 2008
     
    PieperLy,

    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)

    Did you catch them all?
    • CommentAuthorPieperLy
    • CommentTimeSep 2nd 2008
     
    i change in all files in root, in plog-content, in plog-admin, plog-includes- open all files search "utf-8" and replace this with "iso-8859-1"

    i found also the locations from above, but don't work.

    it's not dramatically.

    thanks
    uwe