Re: Cygwin 2.6.0: unreadable UTF-8 in Windows console

2016-09-30 Thread Brian Inglis
On 2016-09-30 22:34, Brian Inglis wrote: On 2016-09-30 20:13, Ivan Vanyushkin wrote: Something has changed in version 2.6.0, and now UTF-8 text can't be displayed in Windows console (cmd). 1. Create a file "test.txt" with non-ASCII text in UTF-8 encoding. 2. Run "cmd". 3. Run: C:\Cygwin\bin\cat

Cygwin 2.6.0: unreadable UTF-8 in Windows console

2016-09-30 Thread Ivan Vanyushkin
Something has changed in version 2.6.0, and now UTF-8 text can't be displayed in Windows console (cmd). 1. Create a file "test.txt" with non-ASCII text in UTF-8 encoding. 2. Run "cmd". 3. Run: C:\Cygwin\bin\cat test.txt ▒▒ ▒▒ 8000 ▒▒. ▒

Re: setup.exe : proxy auto-configuration script without IE ?

2016-09-30 Thread Jérôme Bouat
thinking, so allow me a crazy thought. AFAIK, Cygwin's setup can't use a HTTPS mirror [1]. Given the desire to move more and more web traffic onto HTTPS, would an option to download through IE be a cheap way to add HTTPS support to setup? Would probably be easier to replace the existing plumbing

Re: setup.exe : proxy auto-configuration script without IE ?

2016-09-30 Thread Jérôme Bouat
If you can't access the internet, how would you download anything to your system? My organisation forbids the use of IE. The corporate web browser is Firefox. What makes you think it is using IE's cache? I just performed this simple test : 1. clear the IE disk cache 2. use Setup.exe in

[ANNOUNCEMENT] nmh 1.6-4

2016-09-30 Thread David Levine
The following packages have been uploaded to the Cygwin distribution: * nmh-1.6-4 A capable mail handling system with a command line interface. Nmh isn't a single comprehensive program. Instead, it consists of simple, single-purpose programs for sending, receiving, saving, retrieving, and otherw

GCC compiling issue with python.h (multiple definitions of __BSD_VISIBLE)

2016-09-30 Thread Yan Zhu
Hi, Cygwin team With latest cygwin (python 3.4 and gcc 5.4.0), I got compiling issue with duplicated definition of macro __BSD_VISIBLE. Following is a simple example to expose the issue: #include #include #include #include //#include #include int main(int argc, char ** argv) { return