mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
We're using only a tiny fraction of that library. Adding it directly in the gnucash source saves a large dependency chain. Note this is a verbatim copy of these files from https://github.com/GNOME/goffice/tree/GOFFICE_0_8_17 to preserve a clean link with it's origin. It will only build correctly after the next commit.
14 lines
535 B
Plaintext
14 lines
535 B
Plaintext
This code is extracted from goffice.
|
|
|
|
In particular,
|
|
- go-charmap-sel is a widget to allow the user to select an encoding
|
|
- go-option-menu is a widget used by go-charmap-sel to add manu items
|
|
with a radio button.
|
|
- go-glib-extras is copied because we use a few functions from it:
|
|
- go_ascii_strcase_equal and go_ascii_strcase_hash
|
|
- go_guess_encoding
|
|
|
|
This code is currently used by the csv importer, but could be useful
|
|
in several interfaces that require the user to select an encoding
|
|
(various importers and exporters mostly).
|