You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2022/09/11 10:03:32 UTC

[GitHub] [tomcat] xth opened a new pull request, #552: UTF-8 makes Non-English Windows Console garbled

xth opened a new pull request, #552:
URL: https://github.com/apache/tomcat/pull/552

   Windows console dose not use UTF-8 by default.
   Unset the ConsoleHandler.encoding ,the JVM would choose the platform default.


-- 
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: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat] aooohan commented on pull request #552: UTF-8 makes Non-English Windows Console garbled

Posted by GitBox <gi...@apache.org>.
aooohan commented on PR #552:
URL: https://github.com/apache/tomcat/pull/552#issuecomment-1243148093

   I have no objection as the ConsoleHandler shouldn't be used on production system, so this change will allow for better monitoring at development time.


-- 
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: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat] aooohan commented on pull request #552: UTF-8 makes Non-English Windows Console garbled

Posted by GitBox <gi...@apache.org>.
aooohan commented on PR #552:
URL: https://github.com/apache/tomcat/pull/552#issuecomment-1244966144

   > -1 In the majority of use cases the console output (the stdout & stderr streams) are redirected, to a file or to a process (such as being displayed in an IDE). This includes the case when Tomcat is installed as a service on Windows. Use of UTF-8 encoding prevents loss of data.
   
   Thanks @kkolinko  for your reply, I did not consider it carefully enough.:stuck_out_tongue_winking_eye:
   


-- 
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: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat] aooohan closed pull request #552: UTF-8 makes Non-English Windows Console garbled

Posted by GitBox <gi...@apache.org>.
aooohan closed pull request #552: UTF-8 makes Non-English Windows Console garbled
URL: https://github.com/apache/tomcat/pull/552


-- 
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: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat] kkolinko commented on pull request #552: UTF-8 makes Non-English Windows Console garbled

Posted by GitBox <gi...@apache.org>.
kkolinko commented on PR #552:
URL: https://github.com/apache/tomcat/pull/552#issuecomment-1243385264

   -1
   In the majority of use cases the console output (the stdout & stderr streams) are redirected, to a file or to a process (such as being displayed in an IDE). This includes the case when Tomcat is installed as a service on Windows.
   Use of UTF-8 encoding prevents loss of data.


-- 
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: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org