Opened 14 years ago
Closed 14 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 , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(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'.