Re: UTF-8 character encoding

2018-06-20 Thread Andrey Repin
Greetings, Lee! > I'm looking at > https://cygwin.com/packaging-hint-files.html#pvr.hint > and it starts off with > Use UTF-8 character encoding. > How do I do that and how do I check that I actually did use UTF-8 > character encoding _without_ using file?

Re: UTF-8 character encoding

2018-06-20 Thread Stefan Weil
Am 20.06.2018 um 20:09 schrieb Lee: > I'm looking at > https://cygwin.com/packaging-hint-files.html#pvr.hint > and it starts off with > Use UTF-8 character encoding. > > How do I do that and how do I check that I actually did use UTF-8 > character encoding _without_ using file? > > for

UTF-8 character encoding

2018-06-20 Thread Lee
I'm looking at https://cygwin.com/packaging-hint-files.html#pvr.hint and it starts off with Use UTF-8 character encoding. How do I do that and how do I check that I actually did use UTF-8 character encoding _without_ using file? for whatever it's worth: $ file unicode.html unicode.html: HTML

Re: [PATCH RFC] fork: remove cygpid.N sharedmem on fork failure

2018-06-20 Thread Michael Haubenwallner
On 06/07/2018 10:19 AM, Corinna Vinschen wrote: > On Jun 5 15:05, Michael Haubenwallner wrote: >> Hi, >> >> I'm using attached patch for a while now, and orphan cygpid.N shared memory >> instances are gone for otherwise completely unknown windows process ids. >> >> However, I do see defunct

Re: Problems of AF_INET domain socket regarding out-of-band data.

2018-06-20 Thread Takashi Yano
Hi Corinna, On Wed, 13 Jun 2018 22:48:58 +0900 Takashi Yano wrote: > 1. recv() with MSG_OOB flag eats normal data if no OOB data > is sent yet. > > 2. Calling recv() with MSG_OOB flag is blocked if no OOB data > is sent yet. > > 3. Calling recv() without MSG_OOB flag after receiving OOB