Opened 6 years ago
Closed 6 years ago
#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
Change History (5)
comment:1 follow-up: ↓ 2 Changed 6 years ago by thomasb
- Resolution set to invalid
- Status changed from new to closed
comment:2 in reply to: ↑ 1 Changed 6 years ago by kevifilu
- Resolution invalid deleted
- Status changed from closed to reopened
Replying to thomasb:
I don't see any reason not to use UTF-8. Not a bug.
ok its not a bug, but when i send mail with utf8 charset, the other webmail can not display some special characters.. its not a bug.. but a enought big problem. And if you can write down " not a bug " i hope u will be write down the answer for how can i change charset to iso ...
comment:3 follow-up: ↓ 4 Changed 6 years ago by thomasb
And did you consider that it might be a problem of "the other webmail" failing to handle UTF-8 mails? When I send a message from RoundCube, it shows up well in my mail clients, in GMX and in GMail. Sorry, I can't help you with that...
comment:4 in reply to: ↑ 3 Changed 6 years ago by kevifilu
- Priority changed from 7 to 1
- Type changed from Bugs to Feature Requests
Replying to thomasb:
And did you consider that it might be a problem of "the other webmail" failing to handle UTF-8 mails? When I send a message from RoundCube, it shows up well in my mail clients, in GMX and in GMail. Sorry, I can't help you with that...
I know, the problem with other webmail..yes gmail works fine. But hotmail and hungarian freemail not. Roundcube is a very good and nice webmail so i hope in the future every webmailes will be like utf8:) thx 4 help and so sry 4 stupid question.
comment:5 Changed 6 years ago by thomasb
- Component changed from Client to PHP backend
- Resolution set to invalid
- Status changed from reopened to closed
Try to add the following tag to the file skins/default/templates/compose.inc
<roundcube:object name="charsetSelector" />
This should give you a drop-down menu where you can select the charset which is used when sending a message. We removed this in the latest release but it should still work.
The selection defaults to UTF-8 but we could make it configurabale in future versions.
There's a related ticket (but for reading mails): #1484428

I don't see any reason not to use UTF-8. Not a bug.