gnucash/libgnucash
Bill Nottingham 8b1b25aee5 Modify date formatters to strip out certian specifiers.
strptime/strftime supports various modifiers to their parameters.

 'E' and 'O': alternate locale-specific formats
 (used in default format for Persian, Oriya, Azerbaijani)
 '-': padding
 (used in default format for Czech)

GnuCash passes dates as integer y/m/d without using locale-specific
formats, so we need to strip out 'E' and 'O' from the format when
scanning dates or determining separators in gnc-date.

None of '-', 'E', or 'O' are supported by boost (and '-' causes
errors), so strip them out from formatters in gnc-datetime as well.

See https://bugzilla.gnome.org/show_bug.cgi?id=795247.
2018-05-22 23:37:22 -04:00
..
app-utils test-date-utilities.scm: to SRFI64 2018-05-10 22:21:55 +08:00
backend Fix typo 2018-05-04 10:04:52 -07:00
core-utils Work around a conflict between gcc 8.0 and swig 3.0 2018-05-09 22:18:29 +02:00
doc Lowercase cmake commands 2018-05-03 23:18:15 +02:00
engine Modify date formatters to strip out certian specifiers. 2018-05-22 23:37:22 -04:00
gnc-module Lowercase cmake commands 2018-05-03 23:18:15 +02:00
quotes Lowercase cmake commands 2018-05-03 23:18:15 +02:00
scm utilities.scm: centralize and modernize addto! 2018-05-10 13:19:03 +08:00
tax Lowercase cmake commands 2018-05-03 23:18:15 +02:00
CMakeLists.txt Lowercase cmake commands 2018-05-03 23:18:15 +02:00