From 95cde0b8b791e9b7a7c6b5649b78e6b0a9f1bad4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 28 Oct 2005 10:44:50 +0000 Subject: 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 --- docs/CONTRIBUTING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CONTRIBUTING b/docs/CONTRIBUTING index 08aab57..54e116c 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'. -- cgit v1.1