Opened 5 years ago

Closed 3 years ago

#1485451 closed Feature Requests (fixed)

Make default_charset setting per user

Reported by: tensor Owned by:
Priority: 5 Milestone: 0.4-beta
Component: Core functionality Version: git-master
Severity: normal Keywords:
Cc:

Description

It is nice to have a default_charset setting per user in the same way as Language is set per user.

However, if caching is enabled and if default_charset is changed, the whole cache for the user must be purged to accomodate for the new default_charset to be used for new message decoding laking the specific charset/encoding.

Change History (5)

comment:1 Changed 5 years ago by tensor

I am working on a patch.

comment:2 Changed 5 years ago by tensor

There is a charset_selector($attrib) function and charsetselector handler registration.

Why and how are they used?

comment:3 Changed 5 years ago by alec

Currently it looks not used, but it can be used for your feature request. Waitng for a patch.

comment:4 Changed 5 years ago by thomasb

  • Milestone changed from 0.2-stable to later

comment:5 Changed 3 years ago by alec

  • Milestone changed from later to 0.4-beta
  • Resolution set to fixed
  • Status changed from new to closed

Done in [e55ab026].

Note: See TracTickets for help on using tickets.