This is a result of WordPress's "texturize" function, which is buried deep within the main core of WP. It changes all the 'normal' punctuation marks with their 'prettier' alternatives, and it has always driven me insane.
Funny story: I had the good fortune to drive Matt Mullenweg to dinner after a WordCamp, and in the car we talked about many things. We got to the topic of typography, which made me lament the fact that I was always frustrated when all these blogs would replace straight quotes with curly quotes and how hard it was to copy/paste them elsewhere. "Oh, yeah," he said. "I wrote that."
At that point I completely forgot who I was escorting, shot Matt a sideways glare and said, "YOOOUUUUUU!!!!!!!"
I was immediately embarrassed, but he took it in stride :)
I can't find the interview, but I think this was actually one of the things that prompted Matt into creating Wordpress (the inability of existing solutions to do decent typography).
The list stops partway through the 18th command on Firefox 3.6.13, IE 8, Safari 5.03, Google Chrome 8.0, or Opera 11.00. Use the "Original Link" in yarapavan's comment below to see the rest.
alias http="plackup -MPlack::App::Directory -e 'Plack::App::Directory->new({ root => \$ENV{PWD} })->to_app;'"
Which starts a webserver that serves the current directory over HTTP. You can even pass args like --port 8080 to set the port.
(I most recently used this to git clone some library I wrote while at work. They recently blocked github, so I ssh'd to my home machine from my phone, cd ~/projects, http, and then did "git clone http://snowball2.jrock.us:5000/whatever/.git whatever". Not quite as convenient as github, but better than being stuck with the buggy version at work :)
I know it looks nicer, but it totally breaks the ability to paste into a shell :(