shlxue opened a new pull request, #1675:
URL: https://github.com/apache/hop/pull/1675

   When add pipeline to hop-server, the xml content could not be parsed using 
the correct encoding.
   
   Many times, it is difficult to guarantee the same encoding used in 
http-client versus hop-server.
   For example, Chinese Windows systems usually use gbk as the default encoding 
for the system. But hop-server may run on Linux and use UTF-8 as the default 
encoding.
   
   If there are Chinese characters in the pipeline name, it may only show that 
there is a problem.
   However, if Chinese characters are used in a path (ps: PipelineExecutor's 
hpl location), the file may not be loaded


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to