From 632805b087461aab0c76f896e0c637610f355741 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 8 Feb 2014 15:01:18 -0800 Subject: [PATCH] Created SC1018 (markdown) --- SC1018.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 SC1018.md diff --git a/SC1018.md b/SC1018.md new file mode 100644 index 0000000..80b07a0 --- /dev/null +++ b/SC1018.md @@ -0,0 +1,7 @@ +# This is a  . Delete it and retype as space. + +You copy-pasted some code, probably from a blog or web site, which for formatting reasons contained unicode no-break spaces instead of regular spaces. + +They look the same to humans, but not to shells. + +If you have just a few, delete the space and retype it. If you have tons, do a search&replace in your editor (copy-paste an offending space into the search field, and type a regular space into the replace field), or use `sed -e $'s/\xC2\xA0/ /g' -i yourfile`. \ No newline at end of file