- Posts: 253
Other Plugins
bug in search with persian character
- saman سامان
-
Topic Author
- Offline
- Elite Member
-
- samansamani2[at]yahoo.com
Less
More
5 years 7 months ago #1
by saman سامان
bug in search with persian character was created by saman سامان
hi
i find a bug in auth.php > public function search_courses
when you use
in that function, the persian character convert to ???? and when i comment then joomla search plugin work correctly. also i use
stackoverflow.com/questions/11768839/utf-8-decode-for-php
this link
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
Code:
$text = utf8_decode ($text);
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7861
5 years 6 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic bug in search with persian character
Thanks for the bug report, I added your fix for next release.
Please Log in or Create an account to join the conversation.