1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Use UTF-8 for Java sources and XML

This commit is contained in:
Lars Grefer
2019-08-13 22:20:21 +02:00
committed by Rob Winch
parent 1048601f3d
commit cb4f3d2f44
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ Please carefully follow the whitespace and formatting conventions already presen
1. Aim to wrap code at 120 characters, but favor readability over wrapping
1. Preserve existing formatting; i.e. do not reformat code for its own sake
1. Search the codebase using git grep and other tools to discover common naming conventions, etc.
1. Latin-1 (ISO-8859-1) encoding for Java sources; use native2ascii to convert if necessary
1. UTF-8 encoding for Java sources
Whitespace management tips