Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Light78 Offline
New Member
 
Posts: 1
Join Date: Jun 2007
CP1251 Problem - 11-06-2007, 01:50 PM

We encounter several problems, when using kayako with russian language, with small letter "sh" (hexadecimal char code d8 in cp1251 or "d1 88" in utf-8).
1. articles, containing that letter show almost correctly, except for that letter, which is displayed by 2 nonprintable characters.
2. typing single letter "sh" into search field and submitting search form results in the following error displayed at the top of page:

Invalid SQL: SELECT `kbarticleid` FROM `swkbarticles` WHERE subject LIKE '%ш%' LIMIT 50;
(Illegal mix of collations (utf8_general_ci,IMPLICIT) and (cp1251_general_ci,COERCIBLE) for operation 'like')
Invalid SQL: SELECT `kbarticleid` FROM `swkbarticledata` WHERE contents LIKE '%ш%' LIMIT 50;
(Illegal mix of collations (utf8_general_ci,IMPLICIT) and (cp1251_general_ci,COERCIBLE) for operation 'like')

please tell us, what actions should we take to make russian language work in kayako.
thank you
   
Reply With Quote
  (#2) Old
Sheep Offline
Member
 
Sheep's Avatar
 
Posts: 352
Join Date: Feb 2007
Location: Lyon, France
11-06-2007, 02:19 PM

try changing your collations in mysql to cp1251 (warning, this -might- get supportsuite to not work anymore so dont use it on production site) or change supportsuite code as to convert cp1251 charset to UTF8 one when inserting strings into database.

The first one should be the best option, but i really dont know what the result will be.


Antoine "Sheep" BERMON
-- Lurking around there --
   
Reply With Quote
  (#3) Old
maxout Offline
New Member
 
Posts: 1
Join Date: Dec 2007
19-12-2007, 09:45 AM

3.11.01, problem with letter 'sh' still exist.

"change supportsuite code as to convert cp1251 charset to UTF8 one when inserting strings into database."

how to do this? what should i add to code?
   
Reply With Quote
Reply

Tags
cp1251

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46