×
Other Plugins
bug in search with persian character
4 years 9 months ago
Topic Author
bug in search with persian character #1
hi
i find a bug in auth.php > public function search_courses
when you usein that function, the persian character convert to ???? and when i comment then joomla search plugin work correctly. also i use
https://stackoverflow.com/questions/11768839/utf-8-decode-for-php this link
k mb_convert_encoding($text,'HTML-ENTITIES','utf-8'); but not resolve....it seems better to remove that line...
i find a bug in auth.php > public function search_courses
when you use
$text = utf8_decode ($text);
Please Log in or Create an account to join the conversation.
4 years 9 months ago
bug in search with persian character #2
Thanks for the bug report, I added your fix for next release.
Please Log in or Create an account to join the conversation.