Commit 4e155ec4 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

apps/openssl.c: UTF-y Windows argv.



Windows never composes UTF-8 strings as result of user interaction
such as passing command-line argument. The only way to compose one
is programmatic conversion from WCHAR string, which in turn can be
picked up on command line.

[For reference, why not wmain, it's not an option on MinGW.]

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent e72769aa
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment