On Sat, 2014-04-19 at 12:54 +0200, Bastien Nocera wrote: > Heya, > > commit b79b4677f910d101f8f392fb1ec2618ddb4c38da is completely wrong. > > The rationale mentioned: > " > - Address the potential problem of chars getting mangled when the > URLs > containing UTF8 chars are passed to the application trying to access > the URL > " > would be fixed by saying that quvi always returns valid UTF-8, and > the > applications correctly initialising the codeset using: > setlocale (LC_ALL, ""); > > It breaks the API in a big way, as it mangles RTMP URLs (spaces are > now > %20), and might even wrongly escape some characters that didn't need > to > be. This is a major API break as URLs returned are now incompatible.
This has been reverted in the new repositories. Cheers ------------------------------------------------------------------------------ _______________________________________________ quvi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/quvi-devel
