Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 25th, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Unicode with Pyramid, SQLAlchemy
  2. u = u"u201C"
  3.  
  4. m = M()
  5. m.comment = u
  6. m.user_id = 1
  7. session.add( m )
  8. session.commit()
  9.        
  10. UnicodeEncodeError: 'latin-1' codec can't encode character u'u201c' in position 0: ordinal not in range(256)