Skip to content

Commit 9a261db

Browse files
author
Torstein Krause Johansen
committedSep 15, 2016
Java properties files should be ISO-8859-1
Otherwise, things will start to break, unless all Java code using the resource bundles re-codes the strings. Then, it's possible to store .properties as UTF-8. For simplicity's sake, I'll keep the default on Latin1.
1 parent 1fc1d42 commit 9a261db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎editorconfig/.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ trim_trailing_whitespace = true
2121
# file specific settings
2222
[Makefile]
2323
indent_style = tab
24+
25+
[*.properties]
26+
charset = latin1
27+

0 commit comments

Comments
 (0)