Quote from: banal at Dec 26, 2008, 09:17 AM
Hm. I just took some random russian words from the google translator and it seems to work fine.
Here’s a screenshot:

Which encoding did you choose under Tools > Configuration > Site?
What’s the installed PHP Version on your Server?
Encoding of my site is Windows-1251 (try UTF8 too)
PHP version 5 & Mysql 5
PS
Maybe I have wrong text in lang.ru.php ? (I,m just replace some words in your file lang.en.php)
Him content is:
<?php
/**
* ------------------------------------------------------------------------------
* English Language File for EasyPoll Snippet. Keep this File UTF-8 encoded
* ------------------------------------------------------------------------------
* @author banal
* @version 0.3 <2008-02-20>
*/
$_lang[’vote’] = ’Голосовать’;
$_lang[’results’] = ’Показать результаты’;
$_lang[’back’] = ’Назад к голосованию’;
$_lang[’alreadyvoted’] = ’Вы можете голосовать только единожды’;
$_lang[’totalvotes’] = ’Число голосов’;
$_lang[’error’] = ’Произошла ошибка во время передачи данных.. Вы точно выбарли вариант для ответа?’;
?>
PPS:
I,m fully Solved this truble ))
Just convert all texts and titles of my site to UTF-8, and now EasyPoll working!!
Thank you, Banal !