Guest User

Untitled

a guest
Feb 19th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $ cat init.rb | pygmentize -f html -l ruby
  2.  
  3. *** Error while highlighting:
  4. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 16: ordinal not in range(128)
  5. (file "/Library/Python/2.5/site-packages/Pygments-0.9-py2.5.egg/pygments/lexer.py", line 151, in get_tokens)
  6.  
  7. $ pygmentize init.rb
  8. <works>
Add Comment
Please, Sign In to add comment