Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird cyrillic symbols transformation in schema generation #23

Open
s9gf4ult opened this issue Apr 23, 2019 · 0 comments
Open

Weird cyrillic symbols transformation in schema generation #23

s9gf4ult opened this issue Apr 23, 2019 · 0 comments
Labels

Comments

@s9gf4ult
Copy link
Contributor

Assuming we have such a type

type SomeCode = SchemaText '[TRegex "^[0-9A-ZА-Я]{2}$"]

but the result scheme looks like

    "items": {
        "pattern": "^[0-9A-Z�-Я]{2}$",
        "type": "string"
    }

Looks like some strange hangling of non-ascii symbols somewhere.

@s9gf4ult s9gf4ult added the bug label Apr 23, 2019
@s9gf4ult s9gf4ult changed the title Weird cyrillic symbols transformation Weird cyrillic symbols transformation in schema generation Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant