We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc7eb9 commit 2f5a60eCopy full SHA for 2f5a60e
include/ada_c.h
@@ -38,7 +38,7 @@ typedef struct {
38
39
typedef void* ada_url;
40
41
-// input should be a null terminated C string
+// input should be a null terminated C string (ASCII or UTF-8)
42
// you must call ada_free on the returned pointer
43
ada_url ada_parse(const char* input, size_t length);
44
ada_url ada_parse_with_base(const char* input, size_t input_length,
0 commit comments