We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrated from Google Code (issue 759)
The text was updated successfully, but these errors were encountered:
👤 Krzysztof.Krzeminski 🕗 Dec 05, 2014 at 09:17 UTC
What steps will reproduce the problem?
What is the expected output? What do you see instead? 'zażółć jaźńgęślą' should be in docs
you get 'za\u017có\u0142\u0107 ja\u017a\u0144g\u0119\u015bl\u0105'
What version of the product are you using? On what operating system? 'org.projectlombok:lombok:1.14.8'
Please provide any additional information below.
Delombok should call writer with encoding charset if charset is given
private Writer createStandardOutWriter() { return createUnicodeEscapeWriter(System.out); } private Writer createUnicodeEscapeWriter(OutputStream out) { return new UnicodeEscapeWriter(new OutputStreamWriter(out, charset), charset); }
Sorry, something went wrong.
👤 r.spilker 🕗 Jan 03, 2015 at 16:41 UTC
This has been fixed in 091f6ee and will be part of the next release. I've also added some test cases to make sure it will keep working.
End of migration
No branches or pull requests
Migrated from Google Code (issue 759)
The text was updated successfully, but these errors were encountered: