Форумы / Cotonti / Support / Faq plugin turkish character error

fedai
#1 01.08.2009 03:47
Turkish characters are displayed as question marks when I use.
"peace in the homeland, peace in the world" K.ATATÜRK

personal blog:
http://www.sametbal.net
Trustmaster
#2 01.08.2009 03:55
Is UTF-8 your default MySQL charset? Please check charset of `sed_faq_quest` table in phpMyAdmin
May the Source be with you!
fedai
#3 01.08.2009 04:03
Yess UTF-8 MySQL charset.

Added 17 hours 10 minutes later:

help please
"peace in the homeland, peace in the world" K.ATATÜRK

personal blog:
http://www.sametbal.net
Отредактировано: fedai (01.08.2009 21:14, 16 лет назад)
Trustmaster
#4 02.08.2009 15:26
Right, this plugin is still missing UTF-8 support. I will fix it and reupload later.

Added 1 day later:

Fixed, archive reuploaded. To fix the bug run this in phpMyAdmin:
ALTER TABLE sed_faq_cats DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
ALTER TABLE sed_faq_parsed DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
ALTER TABLE sed_faq_quest DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
May the Source be with you!
Отредактировано: Trustmaster (03.08.2009 15:36, 16 лет назад)
fedai
#5 06.08.2009 21:55
but did not fix the problem
"peace in the homeland, peace in the world" K.ATATÜRK

personal blog:
http://www.sametbal.net
Отредактировано: fedai (06.08.2009 22:01, 16 лет назад)
Trustmaster
#6 07.08.2009 00:52
You need to remove those tables and install the plugin again then.
May the Source be with you!