Re: problem with qif-parse.scm in trunk

2008-09-22 Thread Derek Atkins
David Reiser <[EMAIL PROTECTED]> writes: > On Sep 17, 2008, at 9:00 AM, Derek Atkins wrote: > >> David Reiser <[EMAIL PROTECTED]> writes: >> Looks like it is coming from Apple's libSystem.dylib. I'll see if I can find someone who knows about any Apple regex oddities. >>> >>> Well, here's

Re: problem with qif-parse.scm in trunk

2008-09-22 Thread Andreas Köhler
Hi David, On Sat, 2008-09-20 at 14:16 -0400, David Reiser wrote: > On Sep 17, 2008, at 9:00 AM, Derek Atkins wrote: > > > David Reiser <[EMAIL PROTECTED]> writes: > > > >>> Looks like it is coming from Apple's libSystem.dylib. I'll see if I > >>> can find someone who knows about any Apple regex o

Re: problem with qif-parse.scm in trunk

2008-09-22 Thread David Reiser
On Sep 22, 2008, at 9:02 AM, Andreas Köhler wrote: > [...] > > The newest version of the file qif-parse.scm in trunk is ASCII-only, > so > it is the encoded version of the same sequence of characters in both > latin-1 and utf-8. It contains a special quoted version of a unicode > character poi

Re: trying to set language, failing so far.

2008-09-22 Thread Derek Atkins
Hi, This question should have been asked on gnucash-user, not -devel. Christiaan Hillen <[EMAIL PROTECTED]> writes: > Hi there, > > > > For the past two days I've been trying to set GNUcash to Dutch, but so far > it won't do do anything else but English. > > I know I need to edit the gnucash.b

Re: Documentation Nightly Builds

2008-09-22 Thread Tom Browder
On Fri, Sep 19, 2008 at 7:40 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: ... > I appreciate it. If I knew someone else was working on it I would > have said something ;) > > Thanks for working on this! You're welcome--just don't start a timer. And it's my pleasure to try: it's really for me 'cau

Re: problem with qif-parse.scm in trunk

2008-09-22 Thread Derek Atkins
David Reiser <[EMAIL PROTECTED]> writes: > As it exists currently, qif-parse.scm does not work, even with the > escaped version of a3. However, if I change \xa3 to \\xa3, gnucash > will run. That looks like a escaping/quoting inconsistency among > systems. Is that any easier to solve than the base

Re: problem with qif-parse.scm in trunk

2008-09-22 Thread David Reiser
On Sep 22, 2008, at 10:17 AM, Derek Atkins wrote: > David Reiser <[EMAIL PROTECTED]> writes: > >> As it exists currently, qif-parse.scm does not work, even with the >> escaped version of a3. However, if I change \xa3 to \\xa3, gnucash >> will run. That looks like a escaping/quoting inconsistency

Re: problem with qif-parse.scm in trunk

2008-09-22 Thread Derek Atkins
Quoting David Reiser <[EMAIL PROTECTED]>: > > On Sep 22, 2008, at 10:17 AM, Derek Atkins wrote: > >> David Reiser <[EMAIL PROTECTED]> writes: >> >>> As it exists currently, qif-parse.scm does not work, even with the >>> escaped version of a3. However, if I change \xa3 to \\xa3, gnucash >>> will ru

Re: problem with qif-parse.scm in trunk

2008-09-22 Thread Charles Day
On Mon, Sep 22, 2008 at 8:13 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > Quoting David Reiser <[EMAIL PROTECTED]>: > > > > > On Sep 22, 2008, at 10:17 AM, Derek Atkins wrote: > > > >> David Reiser <[EMAIL PROTECTED]> writes: > >> > >>> As it exists currently, qif-parse.scm does not work, even wi

Re: problem with qif-parse.scm in trunk

2008-09-22 Thread Charles Day
On Mon, Sep 22, 2008 at 9:41 AM, Charles Day <[EMAIL PROTECTED]> wrote: > On Mon, Sep 22, 2008 at 8:13 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > >> Quoting David Reiser <[EMAIL PROTECTED]>: >> >> > >> > On Sep 22, 2008, at 10:17 AM, Derek Atkins wrote: >> > >> >> David Reiser <[EMAIL PROTECTED

import/export bounty

2008-09-22 Thread Ian Smith-Heisters
Hi all, I was recommended to post here regarding a feature I'd like to support the development of. There's two possible solutions: = Import invoice from CSV (fallback solution): * user generates a CSV with columns matching that of the new invoice view * open GnuCash, create a new invoice or ope

Re: import/export bounty

2008-09-22 Thread Ian Turner
Why is it that all the bounties seem to come from people named Ian? Let me know if you get a response to this; I didn't get anything back from my proposed bounty earlier this year. --Ian On Monday 22 September 2008 10:48:34 Ian Smith-Heisters wrote: > Hi all, > > I was recommended to post here

Re: import/export bounty

2008-09-22 Thread Andrew Sackville-West
On Mon, Sep 22, 2008 at 12:03:24PM -0700, Ian Turner wrote: > Why is it that all the bounties seem to come from people named Ian? > > Let me know if you get a response to this; I didn't get anything back from my > proposed bounty earlier this year. > I'm no core dev, so take this with a grain o

Re: import/export bounty

2008-09-22 Thread Ian Smith-Heisters
On Mon, Sep 22, 2008 at 7:46 PM, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > On Mon, Sep 22, 2008 at 12:03:24PM -0700, Ian Turner wrote: >> Why is it that all the bounties seem to come from people named Ian? >> >> Let me know if you get a response to this; I didn't get anything back from my

Re: problem with qif-parse.scm in trunk

2008-09-22 Thread David Reiser
On Sep 22, 2008, at 12:42 PM, Charles Day wrote: > On Mon, Sep 22, 2008 at 9:41 AM, Charles Day <[EMAIL PROTECTED]> > wrote: > On Mon, Sep 22, 2008 at 8:13 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > Quoting David Reiser <[EMAIL PROTECTED]>: > > > > > On Sep 22, 2008, at 10:17 AM, Derek Atkin