[GNC] I just need a line feed

Derek Atkins derek at ihtfp.com
Thu Feb 7 15:55:19 EST 2019


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
       derek at ihtfp.com             www.ihtfp.com
       Computer and Internet Security Consultant



More information about the gnucash-user mailing list