mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* qof_time_format_from_utf8 converts an strftime format specification from UTF-8 to the locale encoding * qof_format_time calls strftime repeatedly with growing allocated buffers until the result fits into one, or return NULL * qof_formatted_time_to_utf8 converts the result back to UTF-8 * qof_strftime takes similar arguments to strftime, but in UTF-8 * the conversion functions on Windows are implemented in qof-win32.c to allow them to use windows.h, as they need wcstombs and mbstowcs git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15795 57a11ea4-9604-0410-9ed3-97b8803252fd
This directory is intended to hold any external code that is needed in order to build gnucash, but isn't considered widely available. ------------------------------------------------ Finance::Quote -------------- Available from http://finance-quote.sourceforge.net. ------------------------------------------------