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

[GitHub] [qpid-proton] jdanekrh commented on issue #197: PROTON-2123 Escape every char >127 printed into logs

jdanekrh commented on issue #197: PROTON-2123 Escape every char >127 printed into logs
URL: https://github.com/apache/qpid-proton/pull/197#issuecomment-545345297
 
 
   When this change is considered from the perspective of ensuring that logs are always valid utf-8 encoded text, then I think this is a valid fix. Irrespective of what `isprint` thinks, every character outside of ASCII range will be escaped, which means that the result will always be valid utf-8. (Since ASCII is subset of utf-8.)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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