Ticket #397 (closed enhancement: fixed)
gobby enhancement to save other encodings.
| Reported by: | takao.fujiwara@… | Owned by: | armin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Gobby | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | takao.fujiwara@… | Launchpad Bug: |
Description
The current gobby has the hard-coded encoding list "UTF-8", "ISO-8859-1", "ISO-8859-15", "UTF-7", "UTF-16", "UCS-2" and "UCS-4". The encoding is useful for some locales but not other ones.
I'd like to enhance the encoding.
#1. Can save the file with the current encoding.
#2. Can define the encoding list by locale.
Regarding #1, g_get_charset() can get the current encoding so if users launch gobby on none UTF-8 locale, they can save the file content with their encoding.
Regarding #2, if the list can be exported to .po files, the list can be defined in .po files.
I'm attaching the patch for 0.4.6
Unfortunately I haven't succeeded to build the latest gobby since it depends on libinfinity.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
