#278 closed Defect (Duplicate)
Misleading charset names are displayed in Connection Information dialog
| Reported by: | rq@… | Owned by: | timothy |
|---|---|---|---|
| Component: | Colloquy (Mac) | Version: | 2.2 (Mac) |
| Severity: | Major | Keywords: | |
| Cc: |
Description
Currently, the "Encoding" drop-down box in "Connection Info" dialog displays misleading charset names. It seems like it gets the names of those charsets from one place, and the actual list of them from another place. Because of that, the user sees and is able to select entries that look like dividers in that drop-down, and furthermore, every name starting with the third in the list actually selects another charset than the one it says it does. For example, "Western (ASCII)" entry actually sets the encoding to "Western (ISO Latin 1)", which then is used in every newly-created chat window, and so on; and the names of Hebrew charsets are completely missing in that list, even though last entries in it DO select Hebrew encodings. This is really very inconvenient and should be fixed.
However, please also check out the patch to bug 265, as it may not apply clearly after fixing this bug.
Change History (3)
comment:1 Changed 8 years ago by rq@…
- Keywords patch added
- Resolution set to duplicate
- Status changed from new to closed
comment:2 Changed 8 years ago by anonymous
- Keywords patch removed
comment:3 Changed 8 years ago by timothy
Fixed in [2893].

Appearantly, this is a dup for #213.