You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been referring to ISO-8859-1 for the encoding of our source files but nothing in our build enforces it and most of the new code base is probably encoded with UTF-8.
Unless there's a valid reason to use latin instead of UTF-8 we should fix at least master and configure gradle to make sure that resources are compiled/copied with that encoding instead of relying on the default.
Stéphane Nicoll opened SPR-11569 and commented
We have been referring to
ISO-8859-1
for the encoding of our source files but nothing in our build enforces it and most of the new code base is probably encoded withUTF-8
.Unless there's a valid reason to use latin instead of
UTF-8
we should fix at least master and configure gradle to make sure that resources are compiled/copied with that encoding instead of relying on the default.Issue Links:
5 votes, 6 watchers
The text was updated successfully, but these errors were encountered: