Latin characters not being displayed properly.
Closed this issue · 0 comments
kitssqrd commented
Describe the bug
Whenever I try to convert a JSON that contains latin characters (for example ç) it returns me "�" instead.
To Reproduce
Just trying to convert a JSON with any latin character (á, à, ç, etc.)
Expected behavior
I expect the output to be (for example) ç not �
Desktop (please complete the following information):
- OS: Windows 10
- Version 1909
Additional context
Add any other context about the problem here.
EDIT: VSCode bug, keep going.