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

Library does not recognize accented characters #392

Open
lamkr opened this issue Dec 20, 2022 · 1 comment
Open

Library does not recognize accented characters #392

lamkr opened this issue Dec 20, 2022 · 1 comment

Comments

@lamkr
Copy link

lamkr commented Dec 20, 2022

Describe the bug
Library does not recognize accented characters in file openapi.json, field 'tags'. With the below example, the class file generated contains name "CartoNico", and not "CartaoUnico"

To Reproduce
File example (partial):
{ "openapi": "3.0.0", "info": { "title": "bla bla API", "version": "1.0", ... }, "tags": [ { "name": "Cartão único", "description": "....." } ] }

Expected behavior
It must generates source with character not accented.

Desktop (please complete the following information):

  • OS: any
@github-actions
Copy link

Thanks for creating your first Issue in this project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant