fuse-google-drive icon indicating copy to clipboard operation
fuse-google-drive copied to clipboard

Simplify string handling where possible

Open jcline opened this issue 12 years ago • 1 comments

Recently made the str class, which leaves adding more functions to make using it simpler. Right now I have to do some painful manipulations to make things usable when interfacing with the curl_interface. Using str_ts everywhere will help with that some, but initialization and concatenation of lots of strings needs to be dead simple.

jcline avatar May 11 '12 04:05 jcline

Need to move urlencoding and filename encoding functions into str.

jcline avatar May 14 '12 03:05 jcline