Bug 14561

Summary: Bengali searching is not working
Product: Koha Reporter: suzon das <suzonduislm52>
Component: SearchingAssignee: Galen Charlton <gmcharlt>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: critical    
Priority: P5 - low CC: indradg
Version: 3.20   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description suzon das 2015-07-17 18:48:17 UTC
I recently installed koha 3.20 in Debian Jessie. Everything is running okay. But when search any Bengali term from Intranet it shows - 
-------
Software error:

Cannot decode string with wide characters at /usr/lib/x86_64-linux-gnu/perl/5.20/Encode.pm line 215.

For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error. 
--------
Though I added 

# UTF-8 Defaults for Koha 
init-connect='SET NAMES utf8' 
character-set-server=utf8 
collation-server=utf8_general_ci  

in /etc/mysql/my.cnf  file. and 

AddCharset UTF-8 .utf8
AddDefaultCharset UTF-8

in  /etc/apache2/conf-available/charset.conf

Any help ?
Comment 1 suzon das 2015-07-17 18:51:11 UTC
Bengali Searching is okay from OPAC.
Comment 2 Indranil Das Gupta 2015-07-18 21:25:33 UTC

*** This bug has been marked as a duplicate of bug 14431 ***