Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'utf-8'

1923198 - gnu_d: python error unicode utf-8 encoding char
  1.                 ucontent = open(filename, "rb")
  2.                 content = u""
  3.                 for i in ucontent.readlines():
  4.                     c = u""
  5.                     for e in i:
  6.                         try:
  7.                             c+= e.encode("utf-8", 'ignore')
  8.                         except UnicodeDecodeError:
  9.  
813681 - Audacious scrobbler patch: audacious scrobbler utf-8
  1. --- ori/src/scrobbler/scrobbler.c   2007-11-06 23:27:02.000000000 +0200
  2. +++ mod/src/scrobbler/scrobbler.c   2007-12-12 20:29:55.000000000 +0200
  3. @@ -674,9 +674,9 @@
  4.         /*cfa(&post, &last, "debug", "failed");*/
  5.  
  6.         entry = g_strdup_printf("s=%s&a=%s&t=%s&b=%s&l=%d&n=%d&m=", sc_session_id,
  7. -               aud_tuple_get_string(tuple, FIELD_ARTIST, NULL),
  8. -               aud_tuple_get_string(tuple, FIELD_TITLE, NULL),
  9.  
worth-right
fantasy-obligation