gnucash maint: Bug 796484 - csv import: iostream error

John Ralls jralls at code.gnucash.org
Tue Jun 12 14:48:51 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/91795052 (commit)
	from  https://github.com/Gnucash/gnucash/commit/9e6760f7 (commit)



commit 9179505208768fb718b85c50b29b06bf732547f3
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 12 11:43:25 2018 -0700

    Bug 796484 - csv import: iostream error
    
    Unfortunately it turns out that we can't use filestreams because
    they can't take path arguments containing Unicode on Windows.
    Replace the filestream code with g_file_get_contents(),  which
    takes care of all of that Windows compatibility noise for us.



Summary of changes:
 gnucash/import-export/csv-imp/gnc-tokenizer.cpp | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)



More information about the gnucash-patches mailing list