Skip to content

useSTD3ASCIIRules does not work in v5.1.0 #69

@yandrushchak

Description

@yandrushchak

Changes to useSTD3ASCIIRules handling in a recent commit broke the logic.
Reason - used regexp will only match 3-character strings, that start with letter, continue with digit, and end with hyphen, which can never happen. It should probably be changed to something like this: /^([a-z]|[0-9]|-)$/u

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions