Set default encoding for Eclipse projects to UTF-8

This change aligns with Java 18 support in recent versions of Eclipse.
This commit is contained in:
Sam Brannen
2022-06-16 16:13:26 +02:00
parent 181023c0c3
commit bdf91ac435
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8