I'm a little confused.... don't see any response for my multibyte characters with ntlm issue.
On Sat, Feb 15, 2020, 4:03 AM <[email protected]> wrote: > Send curl-library mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://cool.haxx.se/cgi-bin/mailman/listinfo/curl-library > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of curl-library digest..." > > > Today's Topics: > > 1. Re: curl-library Digest, Vol 174, Issue 10 (Dan Fandrich) > 2. Multibyte username/password for ntlm curl for non-windows > platforms. (Zach Hall) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 14 Feb 2020 13:05:33 +0100 > From: Dan Fandrich <[email protected]> > To: [email protected] > Subject: Re: curl-library Digest, Vol 174, Issue 10 > Message-ID: <[email protected]> > Content-Type: text/plain; charset=iso-8859-1 > > On Fri, Feb 14, 2020 at 04:20:31PM +0530, Nishad DESHMUKH via curl-library > wrote: > > how to store that bitstream as video file .if i want to display that > > bitstream as video what are the ways you can suggest ? > > As I said, gstreamer is one option. It all depends on what you're trying > to do. > You might be able to get away with using an existing application like > ffmpeg or > vlc to download and display a video all at once and you can avoid writing > any > code at all. If you want the datastream on disk to display later, you > might be > able to use an existing command-line client to download via rtsp (I don't > think > the curl command-line will actually do that) and display that video using > any > video player application. But, if video downloading and playing is to be an > integral, embedded part of your application, then libcurl + gstreamer is > probably a good approach. > > > ------------------------------ > > Message: 2 > Date: Fri, 14 Feb 2020 05:54:49 -0700 > From: Zach Hall <[email protected]> > To: [email protected] > Subject: Multibyte username/password for ntlm curl for non-windows > platforms. > Message-ID: > < > cal5ux5aerdkbai+gxcdvfxdmxh10gxdfy1s_mno+vzkge8m...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hello! > We use libcurl for ntlm logins. We are trying to better support our Russian > customers, I noticed that for windows, I can get the curl library to accept > these multibyte character usernames by defining the UNICODE macro in > config-win32.h, this works like a charm. but appears to be specific to > WIN32 builds. We support a number of platforms outside of windows, > namely mac android and ios. How would I support these Russian characters > for non-windows platforms? Seems like all the code supports is ascii. > > Thanks! > > Zach hall > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://cool.haxx.se/pipermail/curl-library/attachments/20200214/d9fd9173/attachment-0001.html > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > curl-library mailing list > [email protected] > https://cool.haxx.se/cgi-bin/mailman/listinfo/curl-library > > > ------------------------------ > > End of curl-library Digest, Vol 174, Issue 14 > ********************************************* >
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
