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