RFR: 8065138 - Encodings.isRecognizedEnconding sometimes fails to recognize 'UTF8'
Martin Buchholz
martinrb at google.com
Wed Nov 19 23:11:21 UTC 2014
On Wed, Nov 19, 2014 at 3:17 AM, Daniel Fuchs <daniel.fuchs at oracle.com> wrote:
> The Encodings.properties file ends up truncated in resources.jar - it
> contains only one line (the line before the special character was
> encountered).
If there's an error in the build resulting in a truncated file, then
the build should fail. Isn't the return code being checked?
So, first fix this bug by breaking the build!
> The fix is to replace the special character 'å' by its unicode
> representation \u00e5.
More information about the core-libs-dev
mailing list