WebsiteBaker 2.13.9 R24 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Hello!I have tryed to make russian language, but it doesnt want to work.Menu side shows only #1050& etc but the content side works. What can be the problem?http://www.ennuautoremont.ee/problem.jpg
But pity that some characters in Russian and Ukrainian languages displayed wrong in all titles They are -- “И” (Capital letter) “ш” (small letter).Is it possible to solve this?I can answer with confidence that:- Have a clean new wb 2.6.7 installation- Database in «UTF8» (in phpMyAdmin all WB tables has UTF8-unicode-ci)- The charset in WB admin-panel is "UTF8" - Template also uses charset "UTF8"
HalloJust trying to test it on my PC localhost to use WB in my practice and haven't any site based on WB in public view URL yet.Again done absolutely new installation of WB 2.6.7. Create new database by phpMyAdmin with options: - "MySQL connection collation" – utf8_bin - "Created new database collation" – utf8_bin (or will be better if utf8_unicode_ci ?)So new WB database in utf8_bin, database collation in utf8_bin but “И” and “ш” -- displayed wrong.
Solved -- only when open in notepad and edit this stroke -- default-character-set = utf8 in file my.cnf (stored in /usr/local/mysql4/)“И” and “ш” -- displayed perfectly now .Great thanks for answering and tips!
Can can't change your service-provider's my.cnf (if you get some webspace for wb in future).
Let website baker create the database (it will be latin1_swedish_ci)!Then use utf-8 inside website baker.This will solve your problem (i hope so!) - and don't forget to redo your changes in my.cnf before.
In my.cnf was stroke -- default-character-set = cp1251 (before I changed it to utf8).If this info has meaning to this problem.
Done this recommendation. Result – all letters displayed wrong
would be nice if you could do some more testing...
But in database table «pages» all RU/UA text – display in strange characters.And I found bit strange to do ru/ua website in latin_swedesh_ci... traditionally in win1251 or utf8... but its just my impression
Hallo,Please explain for people without tech-knowledges If we already check no default-character-set-entry in mysql's my.cnf or my.ini!So why database has to be in latin1_swedish_ci by default instead UTF8?(Perhaps better keep WB database in UTF8 and just carefully choose hoster-provider who meet this requirement?)Thanx forward!
$MENU['START'] = 'Старт';
$MENU['START'] = 'Ñòàðò';
Russian language file is written down by symbols instead of letters.Example:Code: [Select]$MENU['START'] = 'Старт';It is necessary to transfer simply all symbols in letters through a Notepad:Code: [Select]$MENU['START'] = 'Ñòàðò';
AddDefaultCharset UTF-8