Advertisement
Guest User

Untitled

a guest
Sep 10th, 2013
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. foo = ' '
  3.  
  4. print foo.encode('utf-8', errors='ignore')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement