utf-8 character encodeing problem and serching of zebra indexing search
Hello all, We have running Koha 3.00 on centos operating system and we have some problems with indexing searching of of indic languages. It may be the presence of wide characters in records. We search key word marathi http://delhipubliclibrary.in/cgi-bin/koha/opac-search.pl?q=marathi it show 153 records. But we search from advance search for these books http://delhipubliclibrary.in/cgi-bin/koha/opac-search.pl?idx=kw&idx=kw&idx=kw&limit=mc-itype%3AMR&sort_by=relevance&do=OK it give the following error utf8 "\xC2" does not map to Unicode at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/Encode.pm line 170. The same problems in following search 1. ISBN: 9788189859312 http://delhipubliclibrary.in/cgi-bin/koha/opac-search.pl?q=9788189859312 2. दस प्रतिनिधि <http://delhipubliclibrary.in/cgi-bin/koha/opac-detail.pl?biblionumber=7122> dus pratinidhi Any one can help us to solve the problem With regards delhi public library
Basu Talikoti wrote:
Hello all,
We have running Koha 3.00 on centos operating system and we have some problems with indexing searching of of indic languages. It may be the presence of wide characters in records. <SNIP>
Any one can help us to solve the problem
I do not have a direct answer for you, but I have some queries that may lead to the solution: 1. What is setting in your mysql regarding utf8? Show contents of your mysql conf file that sets various parameters to utf8. 2. And also show the output of mysql> SHOW VARIABLES LIKE 'character\_set\_%'; and also show the charset of the Koha database and session (when a user connects to koha db). -- Please reply to this list only. I read this list on its corresponding newsgroup on gmane.org. Replies sent to my email address are just filtered to a folder in my mailbox and get periodically deleted without ever having been read.
participants (2)
-
Basu Talikoti -
H.S.