Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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.

Change History (2)

comment:1 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: newclosed

In 7714:

Fixes #2180: Replace "UTF-8" with StandardCharsets.UTF_8

comment:2 by Nicklas Nordborg, 5 years ago

In 7748:

References #2180: Replace "UTF-8" with StandardCharsets.UTF_8

Fixing changes made in BASE 3.15.1.

Note: See TracTickets for help on using tickets.