Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Paging special characters
Hey!
When viewing older comments with the paging in a discussion my special swedish characters show up like crap. How do I set proper charcode to this?
When viewing older comments with the paging in a discussion my special swedish characters show up like crap. How do I set proper charcode to this?
0
Comments
comment out line 774 in class.controller.php
//$this->_Json['Data'] = utf8_encode($this->_Json['Data']);
makes my characters show up normally, isn't this the opposite of what should happen?
URL?DeliveryType=VIEW&DeliveryMethod=JSON
All characters becomes unreadable.
instead of the old? why dont you post it to the issue tracker then, to add to the next vanilla rc?
ok, i just cmmented that line, and it works fine. is there any cons for simly commenting that line instead of editing to your code?
cheers