GnuCash
Contact   Instructions
Bug 797145 - QIF Importer CP1252->UTF-8 transcoding fails
Summary: QIF Importer CP1252->UTF-8 transcoding fails
Status: NEW
Alias: None
Product: GnuCash
Classification: Unclassified
Component: Import - QIF (show other bugs)
Version: 3.4
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: import
QA Contact: import
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-18 12:59 EDT by John Ralls
Modified: 2021-01-13 21:57 EST (History)
3 users (show)

See Also:


Attachments

Description John Ralls 2019-03-18 12:59:22 EDT
Reported on bug 796586, where a test file is attached: A QIF encoded in CP1252 can't be imported in Win10 because g_locale_to_utf8 uses the system character set and that's usually CP437 or CP850 for European languages, both of which use the codepoints > 0x80 for line-drawing symbols, not characters.
Comment 1 Ruben Cheng 2021-01-13 21:57:14 EST
In version 4.4 of GNU Cash I could import QIF file exported from Quicken by converting the file to UTF-8 using iconv before import. I had similar issue using account and categories in ISO-8859-1 (latin1)

Note You need to log in before you can comment on or make changes to this bug.