Re: [Tutor] more encoding strangeness

2008-12-23 Thread Kent Johnson
On Tue, Dec 23, 2008 at 2:10 AM, Eric Abrahamsen wrote: > Hi there, > > I'm configuring a python command to be used by emacs to filter a buffer > through python markdown, and noticed something strange. If I run this > command in the terminal: > > python -c "import sys,markdown; print > markdown.ma

[Tutor] more encoding strangeness

2008-12-22 Thread Eric Abrahamsen
Hi there, I'm configuring a python command to be used by emacs to filter a buffer through python markdown, and noticed something strange. If I run this command in the terminal: python -c "import sys,markdown; print markdown.markdown(sys.stdin.read().decode('utf-8'))" < markdown_source.m