samza icon indicating copy to clipboard operation
samza copied to clipboard

SAMZA-2642: Set a default character set in InputStreamReader to solve…

Open dbgp2021 opened this issue 3 years ago • 3 comments

… potential garbled problems

Issues: When a InputStreamReader is used, the parameter setting of a default character set is recommended to solve potential garbled problems.

Changes: Set a default character set in InputStreamReader API.

Tests: No tests. TODO.

dbgp2021 avatar Mar 30 '21 16:03 dbgp2021

Can you please update the description following the guideline?

mynameborat avatar Apr 02 '21 22:04 mynameborat

@mynameborat Thanks for the reminder! The description has been added now.

dbgp2021 avatar Apr 07 '21 02:04 dbgp2021

@mynameborat Thanks for the reminder! The description has been added now.

Thank you! It will be useful to describe the scenario where this is problematic and provide some context on the background of the issue. The description right now talks about solution.

mynameborat avatar Apr 07 '21 22:04 mynameborat