Skip to content

Instantly share code, notes, and snippets.

@marciomazza
Created June 17, 2012 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marciomazza/2944928 to your computer and use it in GitHub Desktop.
Save marciomazza/2944928 to your computer and use it in GitHub Desktop.
NO-BREAK SPACE: This is evil to Sphinx syntax highlight
# -*- coding: utf-8 -*-
#!/usr/bin/python
import unicodedata
# NO-BREAK SPACE: This is evil to Sphinx syntax highlight
print unicodedata.name(u" ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment