Re: [Mingw-w64-public] locale constructor valid strings?

2019-10-22 Thread Maarten Verhage
>> Regarding C++ character classification functions like iscntrl, isprint I >> can >> include and use the std::locale class. As I have mingw-w64: >> "x86_64-8.1.0-release-win32-seh-rt_v6-rev0" and my OS is Windows 7, >> 64bit. >> Where can I find all the possible valid code page names for the >

Re: [Mingw-w64-public] locale constructor valid strings?

2019-10-22 Thread Liu Hao
在 2019/10/22 23:43, Maarten Verhage 写道: > Dear list members, > > This might be a naive question. I'm experimenting a bit with different code > pages, locales and fonts (non-console). > > I know about the WinAPI function EnumSystemCodePages to list all the code > pages. Further I can use GetCPIn

[Mingw-w64-public] locale constructor valid strings?

2019-10-22 Thread Maarten Verhage
Dear list members, This might be a naive question. I'm experimenting a bit with different code pages, locales and fonts (non-console). I know about the WinAPI function EnumSystemCodePages to list all the code pages. Further I can use GetCPInfoEx and look into the CodePageName member in the CPI

Re: [Mingw-w64-public] [PATCH] include/winsock2: add some flags

2019-10-22 Thread Liu Hao
在 2019/10/22 22:12, Biswapriyo Nath 写道: > ... > > > Thanks. I pushed this one. -- Best regards, LH_Mouse signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.

[Mingw-w64-public] [PATCH] include/winsock2: add some flags

2019-10-22 Thread Biswapriyo Nath
... From 16bfa423543882658ff024fbd8b496240f92934d Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 22 Oct 2019 19:36:41 +0530 Subject: [PATCH] include/winsock2: add some flags Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winsock2.h | 21 + 1 file cha

Re: [Mingw-w64-public] [PATCH] Add missing IPPROTO_* defines

2019-10-22 Thread Liu Hao
在 2019/10/22 18:29, Alexey Pavlov 写道: > From 014fcc1b347cc79a2e14c7a4009a3d08d6d10870 Mon Sep 17 00:00:00 2001 > From: Alexey Pavlov > Date: Tue, 22 Oct 2019 13:28:43 +0300 > Subject: [PATCH] Add missing IPPROTO_* defines > > --- > mingw-w64-headers/include/winsock2.h | 9 + > 1 file cha

[Mingw-w64-public] [PATCH] Add missing IPPROTO_* defines

2019-10-22 Thread Alexey Pavlov
>From 014fcc1b347cc79a2e14c7a4009a3d08d6d10870 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 22 Oct 2019 13:28:43 +0300 Subject: [PATCH] Add missing IPPROTO_* defines --- mingw-w64-headers/include/winsock2.h | 9 + 1 file changed, 9 insertions(+) diff --git a/mingw-w64-headers