Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix problems relating to handler encoding #289

Merged
merged 3 commits into from
Mar 24, 2020
Merged

Conversation

dmlloyd
Copy link
Member

@dmlloyd dmlloyd commented Mar 11, 2020

  • Handlers previously were initialized with a null encoding; this PR causes the encoding to always be initialized to the platform default
  • Keep a Charset for all ExtHandlers to use so that they do not have to look up the encoding by name; replace the JUL encoding methods with versions that operate on the Charset
  • Don't render head/tail by default if they do not transcode to the target encoding (for Unicode art banners)

@jamezp jamezp merged commit 76b49c9 into jboss-logging:master Mar 24, 2020
@dmlloyd dmlloyd deleted the enc branch March 24, 2020 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants