Skip to content

Commit

Permalink
more notes on the utf8 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Taht committed Jan 15, 2011
1 parent df61ce8 commit f01461a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/common/utf8_urlencode.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
#include <ctype.h>
#include "utf8_urlencode.h"

/*
I really didn't want to introduce a dependency on curl here.
#include <curl/curl.h>
char *curl_easy_escape( CURL * curl , char * url , int length );
*/

/**
* Provides a C function to encode any string into a URL-safe
* form.
Expand Down

0 comments on commit f01461a

Please sign in to comment.