17 Jun
2017
17 Jun
'17
12:10 p.m.
2017-06-17 10:37 GMT+02:00 Artyom Beilis via Boost
But given that what main() receives is already broken (Windos already could not handle a name containing letters from two code pages), how can you recover from this loss of information?
Regards, &rzej;
Take a look to the code :-)
I use WinAPI to retrieve the original Utf-16 args. I don't relay on the original strings.
This is impressive, and simple. Thanks, &rzej;