Skip to content

Commit

Permalink
Merge pull request jashkenas#60 from DanielHeath/master
Browse files Browse the repository at this point in the history
Pygments support doesn't handle utf-8 characters
  • Loading branch information
jashkenas committed Aug 26, 2011
2 parents ceb8cb7 + fe6f724 commit 947169a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Compile and Display JS.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
function highlight {
test `which pygmentize`
if [[ $? -eq 0 ]]; then
pygmentize -Onoclasses,nobackground=True,style=autumn -l js -f html
pygmentize -Onoclasses,nobackground=True,style=autumn,encoding=utf8 -l js -f html
else
pre
fi
Expand Down

0 comments on commit 947169a

Please sign in to comment.