User Profile

Collapse

Profile Sidebar

Collapse
rdlong
rdlong
Last Activity: Aug 31 '20, 09:09 PM
Joined: Mar 17 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rdlong
    replied to working with strings returned by Sqllite
    just made a breakthrough - changing the string from KUSG%C3%96Z to KUSG\xC3\x96Z, and using the latin-1 encoding seems to do the conversion I need.
    Leave the posting, hopefully it might spare some one else a couple hours of head banging.
    See more | Go to post

    Leave a comment:


  • rdlong
    started a topic working with strings returned by Sqllite

    working with strings returned by Sqllite

    I've written a python function that retrieves data from a sqlite (Banshee - Linux music player's) database, ultimately ending up with a path/file name. That name appears to be in an "enhanced ASCI" hybrid encoding, using %20 for spaces, and, as an example KUSG%C3%96Z - %C3%96 is a capital O umlaut (the string is KUSGÖZ). I'm using the path/file to copy files from one location to another. Replacing %20 with a space works for path/files...
    See more | Go to post
No activity results to display
Show More
Working...