Good day for everyone.
So, as subject says, we can’t use cyrillic letters in custom fields … after saving changes, instead of cyrillic letters, we have equal number of question marks, f.e. word “abc321Пример” will transform to “abc321???” … in database field scheduler_xml cyrillic letters in normal condition, but in scheduler_php it stores in questions form.
last version of com_scheduler.
joomla 2.5.7
database and all tables and fields charset is utf-8
Check the collation of the table and the custom fields in the database. It must be an UTF.
Scheduler itself doesn’t transform data in any way, so if the database and html page both are using UTF as encoding - data must be shown correctly.
As i say, database, table and columns have collation utf8_general_ci. Page have utf8 charset too.
But, after saving new field with cyrillic letters(CL), in database table “schedule_options” (f.e. schedule_php value field) we have question marks instead of CL.
So, seems like you don’t have any problems with CL and this component?)