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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
