Bug 14561 - Bengali searching is not working
Summary: Bengali searching is not working
Status: RESOLVED DUPLICATE of bug 14431
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: 3.20
Hardware: All All
: P5 - low critical (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-17 18:48 UTC by suzon das
Modified: 2015-07-18 21:25 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***