all fields i have changed in russin with out any trouble...but in dropdown list i have this ΠΌΠΎΡΠΊΠ²Π after i save list, befor it all ok. can you help me? i'am from russia.
all fields i have changed in russin with out any trouble...but in dropdown list i have this ΠΌΠΎΡΠΊΠ²Π after i save list, befor it all ok. can you help me? i'am from russia.
Hi,
can you check the encoding of that language file if it is not as per the others so you have to change the encoding of that file
Check the language file of that where the dom is created for that dropdown...
it may help you
Last edited by jsagar; 2008-06-24 at 04:50 AM.
Best Regards
---------------------------------------
Jaydeepsinh Sagar
language file is ok....i changing english words to russian and it's all ok...only dropdown list is wrong. I doing it in administrator --> studio.
I'm not sure what I did but I had the same issue in German and it went away miraculously. Rebuild the jslanguage files (or delete the directory in cache) and make sure that your /include/language/ru_ru_lang.php is encoded utf-8 without BOM.
rgds
rl
__________________________
Robert Laussegger
http://www.iscongroup.net
Bei Fragen: support@iscon.at
Die deutschen Sprachdateien fόr SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
Ab sofort auch mit 6.4.2
big fanks for your advice, but for me it usefull (( encoding languge file in utf-8...all files in /cache directory i've deleted.....Today i notice what even translated dropdown list after editing it and save become Reseller[Π Π΅ΡΠ΅Π»Π»Π΅Ρ] too ((
Which Sugar version do you use? I will try to reproduce the error with your language pack.
__________________________
Robert Laussegger
http://www.iscongroup.net
Bei Fragen: support@iscon.at
Die deutschen Sprachdateien fόr SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
Ab sofort auch mit 6.4.2
Yes, I have the same problem in rc 5.1.
By pressing button Save, the curve file custom/include/language/ru_ru.lang.php is created. If in it fix fields all is displayed normally. I try in modules/Administration/Common.php:: save_custom_app_list_strings_contents to write down a line in Russian in a file. All is normal. Probably a array already corrupt before writting to the file.
The similar problem was with a theme of the letter. It was necessary in translateCharsetMIME to insert mb_internal_encoding (' UTF-8 '); Then all has worked.
Code:/** * translates a character set from one to another, and the into MIME-header friendly format */ function translateCharsetMIME($string, $fromCharset, $toCharset='UTF-8', $encoding="B") { mb_internal_encoding('UTF-8'); return mb_encode_mimeheader($string); }
solution is in this thread
Jaroslav Misek
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks