gnucash maint: Bug 760711 - Non-ASCII characters not shown in Report Name when a report is created with 2.6.11

John Ralls jralls at code.gnucash.org
Sun Jan 17 21:46:11 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/d8aea0f4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/cf26b5c8 (commit)



commit d8aea0f40c1259254da38561385da8b1ef54d070
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jan 17 18:45:33 2016 -0800

    Bug 760711 - Non-ASCII characters not shown in Report Name when a report is created with 2.6.11
    
    Due to fixing bug 727130 with g_strexcape, which escapes all non-ascii
    characters.



Summary of changes:
 src/core-utils/gnc-glib-utils.c                  | 15 ++++++
 src/core-utils/gnc-glib-utils.h                  |  8 +++
 src/core-utils/test/Makefile.am                  | 23 ++++++--
 src/core-utils/test/test-gnc-glib-utils.c        | 67 ++++++++++++++++++++++++
 src/report/report-gnome/gnc-plugin-page-report.c | 11 ++--
 5 files changed, 115 insertions(+), 9 deletions(-)
 create mode 100644 src/core-utils/test/test-gnc-glib-utils.c



More information about the gnucash-patches mailing list