summaryrefslogtreecommitdiffstats
path: root/docs/CONTRIBUTING
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-10-28 10:44:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-10-28 10:44:50 +0000
commit95cde0b8b791e9b7a7c6b5649b78e6b0a9f1bad4 (patch)
tree092359d150a0a2e054f8c50428afd25553711052 /docs/CONTRIBUTING
parent353c0f76db991ccc644e4b34b92eb34cfc28e8ee (diff)
downloadrockbox-95cde0b8b791e9b7a7c6b5649b78e6b0a9f1bad4.tar.gz
rockbox-95cde0b8b791e9b7a7c6b5649b78e6b0a9f1bad4.zip
Spell out that we use ISO 8859-1 at places, but we should rather remain
ascii only. UTF8 we do not. (as of now) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7671 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/CONTRIBUTING')
-rw-r--r--docs/CONTRIBUTING3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING
index 08aab57f51..54e116c8cd 100644
--- a/docs/CONTRIBUTING
+++ b/docs/CONTRIBUTING
@@ -47,6 +47,9 @@ Text format
-----------
Use "unix style" line feeds: "LF" only. Do not use "CR+LF".
+Use ISO-8859-1 character set, but try to refrain from using any non-ascii
+letters as they will only appear weird in some camps no matter what.
+
Patches
-------
Create a patch using 'cvs diff -ub'.