Skip to content

Can't observe support for mixed modes #76

@ervinoro

Description

@ervinoro

According to the feature comparison table, segno is supposed to support mixing modes, and documentation further specifies that qr.mode is supposed to return None if mixed modes are used. However, I am unable to find any documented API for manually specifying the segmentation, and I can not observe any automatic segmentation either.

>>> qr = segno.make('THE SQUARE ROOT OF 2 IS 1.41421356237309504880168872420969807856967187537694807317667973799')
>>> qr.mode
'alphanumeric'
>>> qr.designator
'4-L'

Optimal solution would be version 3, with two segments: alphanumeric and numeric.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions