Skip to content

Library does not recognize accented characters #392

Description

@lamkr

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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