Skip to content

Newline "\n" is not interpreted #14

Open
@ymardoukhi

Description

@ymardoukhi

For instance

from barcode import get_barcode_class
CODE128 = get_barcode_class('code128')
code128 = CODE128('12345')
code128.save('test', options={'human': 'This is a \n test'})

test

The newline character "\n" has no effect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions