Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/2060
  
    Let's make this configurable on `GenericCsvInputFormat`, with the default 
of "UTF-8" (this is what we use in other places as the default, too).
    
    The charset affects the
      - delimiter
      - comments
      - parsers
    
    I think the `FieldParser` should have a `setCharset()` method. That way, we 
need not pass the charset to every method call.
    
    This would also need a test.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to