mirror of
https://github.com/apache/druid.git
synced 2025-02-08 19:14:49 +00:00
91e3cf7196
When I retrieve the task log in browser, the Chinese characters all end up as garbage. ![image](https://user-images.githubusercontent.com/1322134/49502749-bd614080-f8b0-11e8-839e-07f7117eebfd.png) After adding charset UTF-8, it was correct. ![image](https://user-images.githubusercontent.com/1322134/49502804-dc5fd280-f8b0-11e8-916b-bda8f1e7f318.png)