]> git.cworth.org Git - hgbook-git/commitdiff
Convert funky space-like characters to space
authorCarl Worth <cworth@cworth.org>
Thu, 27 Sep 2007 23:45:47 +0000 (16:45 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 27 Sep 2007 23:45:47 +0000 (16:45 -0700)
Apparently the original HTML (or something in the conversion process)
gave us some funky UTF-8 character, (0xC2 0xA0), where I would expect
a simple space. This was causing problems when trying to cut-and-paste
example commands from the document, (since bash wouldn't break the
command-line on the non-space characters). Replace all these with good
old ASCII spaces.


No differences found