I am faced with inserting linefeeds into OFX files at certain critical
locations to make them more palatable to libofx.  In that context I have
found that I can open them with LibreOffice, turn on Formatting Marks (Ctrl
F10) then place the curser wherever I want a linefeed and press
Shift-Enter.  Last, I need to be sure to save the file with a modified
filename but the original suffix in text-only format.

That is working for me.  Of course the linefeeds do need to be correctly
placed for the application.

David Carlson

On Thu, Feb 7, 2019 at 3:06 PM Derek Atkins <de...@ihtfp.com> wrote:

> Hi,
>
> On Thu, February 7, 2019 3:51 pm, Stephen M. Butler wrote:
> >
> > I'm slowly learning Scheme.  I general a <LF> is a decimal 10 or 0x0A in
> > the ASCII collating sequence.  In the Nix world you can use an \n to
> > represent it.
>
> This wont help because it's being parsed by an HTML parser.
>
> > Try changing:  "For Period Covering %s to %s"
> >
> >                To:  "\nFor Period Covering %s to %s"
>
> This will break the translation.  You don't want to modify a (_ ...)
> string.
>
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
>
> -derek
>
> --
>        Derek Atkins                 617-623-3745
>        de...@ihtfp.com             www.ihtfp.com
>        Computer and Internet Security Consultant
>
> _______________________________________________
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -----
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to