Call Unicode API on Windows
Call unicode API on Windows #13888
pull ken2812221 wants to merge 1 commits into bitcoin:master from ken2812221:windows-force-w changing 2 files +7 −5-
ken2812221 commented at 1:35 AM on August 6, 2018: contributor
- laanwj added the label Windows on Aug 6, 2018
- ken2812221 force-pushed on Aug 11, 2018
- donaloconnor approved
-
donaloconnor commented at 2:11 PM on August 11, 2018: contributor
-
alexeyneu commented at 9:19 AM on August 12, 2018: none
i doubt that linker will change entry point coz of this . main to wmain change
-
ken2812221 commented at 11:48 AM on August 12, 2018: contributor
@alexeyneu How could that happen?
-
alexeyneu commented at 1:23 PM on August 12, 2018: none
unicode support means :
int wmain(int argc, wchar_t* argv[])and
/ENTRY:wmainCRTStartupin FLAGS . I strongly doubt that latter is added by gcc-msys-winlinux hybrid.
native unicode.exemakefile:
https://github.com/alexeyneu/json-demo/blob/master/makefile -
sipa commented at 6:47 PM on August 12, 2018: member
@alexeyneu That seems to only affect whether or not command line arguments are passed in as wchar.
-
ken2812221 commented at 9:50 PM on August 12, 2018: contributor
@alexeyneu You can see #13883 how I solve this. Since we are using mingw. The linker will link
wmainonly if you pass-municodeto it, but I don't do this. -
alexeyneu commented at 11:45 PM on August 12, 2018: none
@ken2812221 yeah it does the trick in msys . I've thinkin that you pretend to solve whole issue mentioned @sipa looks like it's command line related even in msvc
- ken2812221 force-pushed on Aug 26, 2018
-
Call unicode API on Windows d38bf9105d
- ken2812221 force-pushed on Sep 11, 2018
-
laanwj commented at 10:09 AM on September 13, 2018: member
utACK d38bf9105d33147c899117a4c20ba7872733186f
- laanwj merged this on Sep 13, 2018
- laanwj closed this on Sep 13, 2018
- laanwj referenced this in commit 37b836ad09 on Sep 13, 2018
- ken2812221 deleted the branch on Sep 13, 2018
- Warrows referenced this in commit a7f5f3228d on Oct 14, 2019
- Warrows referenced this in commit f5e69c30ac on Nov 23, 2019
- fanquake deleted a comment on May 10, 2020
- PastaPastaPasta referenced this in commit 63369d2d83 on Jun 27, 2021
- PastaPastaPasta referenced this in commit 9be6d3f821 on Jun 28, 2021
- PastaPastaPasta referenced this in commit b8787d6024 on Jun 29, 2021
- PastaPastaPasta referenced this in commit 04152daeaa on Jul 1, 2021
- random-zebra referenced this in commit 61a098a775 on Aug 5, 2021
- Fabcien referenced this in commit 891d5ad3c1 on Jan 11, 2022
- DrahtBot locked this on Feb 15, 2022