From 3b8432d6b380347a53ba6d81199d3ad879e91cdf Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 11 Dec 2012 18:27:50 +0100 Subject: [PATCH] Enforcing ASCII encoding for all files (except XML) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 274ea71270..2abef086fd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Contribution Developers are always welcome to fork WCF and provide features or bug fixes using pull requests. If you make changes or add classes it is mandatory to follow the requirements below: * Testing is key, you MUST try out your changes before submitting pull requests -* You MUST save your files with Unix-style line endings (\n) +* You MUST save your files with Unix-style line endings (\n) and ASCII encoding * You MUST NOT include the closing tag of a PHP block at the end of file, provide an empty newline instead * You MUST use tabs for indentation * Tab size of 8 is required -- 2.20.1