Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explicitly set project encoding #173

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Conversation

Bananeweizen
Copy link
Contributor

Since a while Eclipse wants to have us select an explicit encoding to avoid depending on the default encoding of the operating system via the workspace preferences (which is or was different on Windows and Linux).

Checking this in avoids a warning on recent IDE versions and ensures that projects are using UTF-8 encoding both when being edited and when compiled (where the maven encoding properties are relevant).

Since a while Eclipse wants to have us select an explicit encoding to
avoid depending on the default encoding of the operating system via the
workspace preferences (which is or was different on Windows and Linux).

Checking this in avoids a warning on recent IDE versions and ensures
that projects are using UTF-8 encoding both when being edited and when
compiled (where the maven encoding properties are relevant).
@RoiSoleil RoiSoleil merged commit e6590f7 into MoreUnit:master Nov 28, 2023
0 of 2 checks passed
@Bananeweizen Bananeweizen deleted the encoding branch November 28, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants