Ticket #1484433 (closed Feature Requests: invalid)
iso and utf8 problems
| Reported by: | kevifilu | Owned by: | |
|---|---|---|---|
| Priority: | 1 - Highest | Milestone: | |
| Component: | PHP backend | Version: | 0.1-rc1 |
| Severity: | normal | Keywords: | iso utf8 |
| Cc: |
Description
hello,
I have a problem when i try to change utf-8 charset to iso-8859-2. I need some special characters for hungarian language, but utf-8 not supported with other webmails in hungary, and i cant change to charset in all page of webmail to iso...
a tryed to modify /program/include/main.inc :
if (!isset($rcube_languages[$lang]))
$lang = 'hu';
// language has special charset configured if (isset($rcube_charsets[$lang]))
$charset = $rcube_charsets[$lang];
else
$charset = 'ISO-8859-2';
and index.php... but the success not fully .. some page use iso.. others like utf8..
outgoing messages like iso, but incomings only with utf8.. :(
I have absolutly no idea..
I cant see answer in faq,google, etc..
I very like roundcube so i hope anybody can help me...
BW,
Kevifilu
