| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
(#3)
|
(#4)
|
| Chief Operating Officer Posts: 850 Join Date: May 2005 Location: Boise, Idaho |
02-04-2008, 04:29 PM
@sveide, please e-mail me and I'll send you a patch. -------------------------------------------------------------------
|
| | |
(#5)
|
| Developer Posts: 405 Join Date: Dec 2007 Location: Idaho | Quote:
Quote:
Please remember to back up your database before working in SQL; especially in the case of character sets, errors can cause loss. Backups are crucial. For any table that you would like to convert to UTF-8 (these instructions written for a table named "foo"), issue the following command: alter table foo convert to character set 'utf8' collate utf8_unicode_ci; Of course, you'll want to go through the table afterwards, and make sure your data is intact. (It should be, but with character set issues and MySQL, one just checks.) Please be aware that though this is safe for Kayako products, there is a bug in MySQL which causes the conversion of mediumtext and largetext columns to text columns during this conversion. As such, this command would not be safe for applications which stored very large texts (in excess of 2000 printed pages). If there's anything else, please let us know. I believe this should resolve the issue you're facing, however. - John Haugeland Kayako Development Staff -------------------------------------------------------------------
| ||
| | |
(#6)
|
(#7)
|
| Chief Operating Officer Posts: 850 Join Date: May 2005 Location: Boise, Idaho |
28-05-2008, 04:52 PM
Quote:
However, I am concerned with why you are trying to move away from UTF-8. There is no good reason that I can imagine to do so. Regards, -------------------------------------------------------------------
| |
| | |
(#8)
|
(#9)
|
(#10)
|
| Chief Operating Officer Posts: 850 Join Date: May 2005 Location: Boise, Idaho |
29-05-2008, 12:01 AM
Quote:
If you think you will never receive any e-mails that are in multibyte languages, then you will be OK with running the desk in ISO-8859-1. However, if you do receive for example a Russian e-mail, it will be converted to ISO-8859-1 and be completely unreadable. Just a warning. -------------------------------------------------------------------
| |
| | |
(#11)
|
(#12)
|
(#13)
|
(#14)
|
| Chief Operating Officer Posts: 850 Join Date: May 2005 Location: Boise, Idaho |
06-06-2008, 04:46 PM
Quote:
Thanks -------------------------------------------------------------------
| |
| | |
(#15)
|
![]() |
| Tags |
| character, upgrading |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| upgrading 3.20.02, news rss encoding | nve | Installation & Upgrading | 3 | 21-03-2008 04:53 PM |
| Email Reports From Kayako in VBS | colmtourque | Developers & Code | 1 | 31-12-2007 11:06 PM |
| The character set of the incoming email... | NC Software | SupportSuite, eSupport and LiveResponse | 5 | 20-09-2006 04:00 AM |
| Character set? | nine | SupportSuite, eSupport and LiveResponse | 4 | 13-07-2006 11:48 PM |
| Character Set of outgoing reply | bubble | SupportSuite, eSupport and LiveResponse | 4 | 12-05-2006 11:15 PM |