>From Beth:<br>
I'm not a dev, but it smells like a UTF8 problem to me.&nbsp; Gnucash<br>
doesn't support UTF8 yet, so you have to run it in a non-UTF8 LOCALE.<br>
For info on how to do that, see:<br>
<br>
<a href="http://wiki.gnucash.org/wiki/FAQ#Q:_How_do_I_make_reports_not_display_the_same_strange_character_.28e.g._dashed_outlined_box.29_before_each_desired_character.3F" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://wiki.gnucash.org/wiki/FAQ#Q:_How_do_I_make_reports_not_display_the_same_strange_character_.28e.g._dashed_outlined_box.29_before_each_desired_character.3F
</a><br>
<br>
--Beth<br>
======================================<br>
<br>
Using Beth's link, I was finally able to import my QIF. However, the
data was mangled. GC seemed to recognize the accounts reasonably well,
but transactions got mixed up and all the results were erroneous. My
plan is to go back to Quicken, duplicate my file and simplify the
duplicate getting rid of all non-current securities, accounts etc, and
then to try the export and import to GC again. <br>
<br>
During the import, I had to review info about each security. Most of
them were OK as is, but some Accounts showed up as securities, I didn't
know how to handle this so I passed on to the next field. I'm sure
something was already mixed up at this point. Also some securities we
own are proprietary funds, like TIAA-CREF stock. As far as I know these
aren't listed on any exchange, is it OK to just manually type in
TIAA-CREF?<br>
<br>
Ron<br>
<br>
========================================<br>
>From Derek:<br>
It looks like you've got some extra unicode characters in your<br>
qif file that's causing the QIF Parser to Barf.&nbsp; In particular<br>
it means you don't match this regex when trying to parse the qif<br>
category:<br>
<br>
(define qif-category-compiled-rexp<br>
&nbsp;(make-regexp &quot;^ *(\\[)?([^]/\\|]*)(]?)(/?)([^\|]*)(\\|(\\[)?([^]/]*)(]?)(/?)(.*))? *$&quot;))<br>
<br>
=========================================<br>
<br>
In Quicken I had named some securities with a non-unicode starting
character to put them at the bottom of the list, I'll remove these
securities since I no longer own them.&nbsp;&nbsp; <br>
<br>
Ron<br>