Ticket #1484433 (closed Feature Requests: invalid)

Opened 18 months ago

Last modified 18 months ago

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

follow-up: ↓ 2   Changed 18 months ago by thomasb

  • status changed from new to closed
  • resolution set to invalid

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

in reply to: ↑ 1   Changed 18 months ago by kevifilu

  • status changed from closed to reopened
  • resolution deleted

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 ...

follow-up: ↓ 4   Changed 18 months 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...

in reply to: ↑ 3   Changed 18 months 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.

  Changed 18 months ago by thomasb

  • status changed from reopened to closed
  • resolution set to invalid
  • component changed from Client to PHP backend

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

Note: See TracTickets for help on using tickets.