Tanguy Dechiron
Results
1
comments of
Tanguy Dechiron
I got the same issue with that option not working, I came to a workaround in file **simplesearch.php** in function **matchText()**, replacing : `setlocale(LC_ALL, 'en_US');` with : `setlocale(LC_ALL, 'en_US.utf8');` I...