X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_querystring_object.c;h=299a5616e83453b3fb151ab4dd081d9aa878bacd;hp=dab3dae504c61de0a75294d2262461faa23734fb;hb=1dbcba16c7ba9c580b12e9fdce49b6b2a190233b;hpb=d50dba0b80b06c819fb02ac20a866968a6244afa diff --git a/http_querystring_object.c b/http_querystring_object.c index dab3dae..299a561 100644 --- a/http_querystring_object.c +++ b/http_querystring_object.c @@ -549,6 +549,7 @@ HTTP_QUERYSTRING_GETTER(getObject, IS_OBJECT); /* {{{ proto bool HttpQueryString::iconv(string ie, string oe) * * Converts the query string from the source encoding ie to the target encoding oe. + * WARNING: Don't use any character set that can contain NUL bytes like UTF-16. * * Returns TRUE on success or FALSE on failure. */