| Previous topic :: Next topic |
| Author |
Message |
abarth
Joined: 12 May 2007
Posts: 4
|
| Posted: Sat May 12, 2007 9:05 am Post subject: problem with greek language |
|
|
Hi to all!
I have vtigerCRM installed 2 days before and I am trying to use it without installing the language pack for greek lang. because it is for CRM4 and I have installed CRM5 ....
I dont really care (ok , i would like to be in greek) for the menu etc BUT for the datas... I insert data in greek, and when I try to view them they seem to be 'cut'
For example:
I have the word VAGGELIS in greek letters in the name of a contact.....
When I go to see the profile of this contact I see only: VAGG ......the rest of the word is missing :(
What can I do?
There is no language pack for my country for CRM5 and I dont know if thats the problem or smth else .... |
|
| Back to top |
|
abarth
Joined: 12 May 2007
Posts: 4
|
| Posted: Sat May 12, 2007 10:22 am Post subject: problem with greek language |
|
|
| i found that the problem is at collation and should be changed from latin1 to utf8 . I can chage for the tables but not for fields... |
|
| Back to top |
|
abarth
Joined: 12 May 2007
Posts: 4
|
| Posted: Sun May 13, 2007 6:10 pm Post subject: problem with greek language |
|
|
i did change the fields' collation but nothing happened again.
I beleive i have to change the encoding at the pages, where is it in vtiger crm? |
|
| Back to top |
|
abarth
Joined: 12 May 2007
Posts: 4
|
| Posted: Sun May 13, 2007 6:28 pm Post subject: problem with greek language |
|
|
well, i changed encodig to
charset=ISO-8859-7
but the results are:
ΣΤΡΑΤΗ]
this is how it is stored into database (it is set on greek_general_ci, and i tried to utf8 too)
this means the problem is still there :( |
|
| Back to top |
|
Es_PagAn
Joined: 09 May 2005
Posts: 59
|
| Posted: Mon Jun 04, 2007 4:17 pm Post subject: problem with greek language |
|
|
| For 5.0.2 the greek language pack can be found at http://www.ofb.gr |
|
| Back to top |
|
gregogr
Joined: 02 Aug 2007
Posts: 22
|
| Posted: Sat Sep 08, 2007 11:50 pm Post subject: Re: problem with greek language |
|
|
| The reason for that is not the collation but the field length.. Imagine a greek utf-8 character is represented using 4 bytes while a latin1 character is using 1 byte so in the word "telos" there are 5 characters in latin 1 while in utf-8 "τελος" there are 20 chars!! change the field length for a higher value this is definetly the solution!! It costed me 10 days to find it out!! :twisted: |
|
| Back to top |
|
| |