Ticket #1485451 (closed Feature Requests: fixed)

Opened 2 years ago

Last modified 6 months ago

Make default_charset setting per user

Reported by: tensor Owned by:
Priority: 5 Milestone: 0.4-beta
Component: Core functionality Version: svn-trunk
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

Changed 2 years ago by tensor

I am working on a patch.

Changed 2 years ago by tensor

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

Why and how are they used?

Changed 22 months ago by alec

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

Changed 22 months ago by thomasb

  • milestone changed from 0.2-stable to later

Changed 6 months ago by alec

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from later to 0.4-beta

Done in r3327.

Note: See TracTickets for help on using tickets.