Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify string handling where possible #27

Open
jcline opened this issue May 11, 2012 · 1 comment
Open

Simplify string handling where possible #27

jcline opened this issue May 11, 2012 · 1 comment

Comments

@jcline
Copy link
Owner

jcline commented May 11, 2012

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.

@ghost ghost assigned jcline May 11, 2012
@jcline
Copy link
Owner Author

jcline commented May 14, 2012

Need to move urlencoding and filename encoding functions into str.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant