Don't require i18n source files to be encoded.

Description

Currently, the i18n files need to be encoded, as Java can't process UTF-8 property files properly. See https://stackoverflow.com/questions/4659929/how-to-use-utf-8-in-resource-properties-with-resourcebundle for some background.

Having encoded files in our source prevents people from quickly making changes.

We should apply encoding during the build process, allowing non-encoded files in our source.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created December 8, 2017 at 1:00 PM
Updated January 4, 2025 at 7:24 PM
Resolved December 8, 2017 at 3:51 PM

Flag notifications