Skip to content

Library does not recognize accented characters #392

@lamkr

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

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