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
This commit is contained in:
parent
353c0f76db
commit
95cde0b8b7
1 changed files with 3 additions and 0 deletions
|
@ -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'.
|
||||
|
|
Loading…
Reference in a new issue