Skip to content

FluxCsvParser should be specified character encoding。 #162

@gemron

Description

@gemron

Reader reader = new InputStreamReader(bufferedSource.inputStream());

this line maybe
Reader reader = new InputStreamReader(bufferedSource.inputStream(),StandardCharsets.UTF_8);

I feel that the character encoding should be specified as UTF-8.
Because I found that the default encoding is GBK when the encoding is not specified on our windows server, the returned query Chinese characters appear garbled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions