dbgp2021

Results 3 issues of dbgp2021

… to avoid Unsupported Encoding Exception Hello, I found that DFSUtil.string2Bytes(String) can be used here instead of String.getBytes(). Otherwise, the API String.getBytes() may cause potential risk of UnsupportedEncodingException since the...

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

… 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...