mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
1238b9d8cd
This will avoid a ninja-build from picking up a config.h generated by the autotools build (in the root build directory). Picking up the wrong config.h may lead to all kinds of subtle issues if the autotools run was done with different options than the cmake run. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
go-charmap-sel.c | ||
go-charmap-sel.h | ||
go-glib-extras.c | ||
go-glib-extras.h | ||
go-optionmenu.c | ||
go-optionmenu.h | ||
Makefile.am | ||
README |
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).