From 650f0b54510b5aa6faa24c1ea7c670de15f40955 Mon Sep 17 00:00:00 2001 From: samcv Date: Wed, 26 Oct 2016 01:19:06 -0700 Subject: =?UTF-8?q?Remove=20the=20byte=20order=20mark=20from=20the=20Czech?= =?UTF-8?q?=20Javascript=20file.=20=20This=20file=E2=80=A6=20(#2509)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove the byte order mark from the Czech Javascript file. This file wasn't showing up on the site before but this will fix it :) * Add info on how to check if a file has a byte order marker to the CONTRIBUTING file * Fit into 80 columns width --- CONTRIBUTING.markdown | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CONTRIBUTING.markdown') diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index 9ee33ebc..5fa1d03d 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -33,6 +33,9 @@ review them more effectively and/or individually. your file is UTF-8 encoded. + Try to leave out the byte-order-mark at the start of the file. (`:set nobomb` in Vim) + + You can check if the file contains a BOM on Linux/Unix systems by running + `file language.html.markdown` You will see this if it uses a BOM: + `UTF-8 Unicode (with BOM) text`. ### Header configuration -- cgit v1.2.3