Skip to content
Prev 302566 / 398503 Next

label_wrap_gen question

On 8/6/2012 9:07 PM, vd3000 wrote:
label_wrap_gen uses strwrap to do the "heavy lifting" of figuring out 
how to actually split the text into lines. From the help page of 
strwrap, "Whitespace (space, tab or newline characters) in the input is 
destroyed.", so this is documented behavior. I don't see an option to 
strwrap to suppress this behavior.