#2180 closed enhancement (fixed)
Replace "UTF-8" with StandardCharsets.UTF_8
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.16 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
There are many places in the code that uses the string "UTF-8"
to specify a character set to use. If possible, it would be better to replace that string with the pre-defined constant StandardCharsets.UTF_8
.
Note:
See TracTickets
for help on using tickets.
In 7714: