]> git.cworth.org Git - hgbook-git/commit
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)
commit5fdc7768965491f66b4f9191690b4279ba086890
treeec29df3611e3058b40ab7b07bfec58f0d4d48fb8
parentc5638157996f08c45c248758ec8164aff639491a
Convert funky space-like characters to space

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.
tour.mdwn