Opened 13 years ago

Closed 13 years ago

#1581 closed enhancement (fixed)

Show common character sets first in the list of character sets

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: trivial Milestone: BASE 2.17
Component: web Version:
Keywords: Cc:

Description

The edit dialog for files have a "Character set" selection list which usually contains a very long list of character sets. It is not easy to find the one you want from it. I think we should re-order the list so that the most common character sets are at the top. Eg.

  • UTF-8
  • ISO-8859-1
  • US-ASCII
  • More?

Change History (2)

comment:1 by Nicklas Nordborg, 13 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 13 years ago

Resolution: fixed
Status: assignedclosed

(In [5570]) Fixes #1581: Show common character sets first in the list of character sets

This is now a configuration option that can be set in base.config[commonCharsets]. It is also possible to specifiy a regular expression to filter character sets that are not used. The default setting will filter all character sets starting with 'x-' or 'IBM'.

Note: See TracTickets for help on using tickets.