Commit 087d3e89 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

crypto/ui/ui_openssl.c: UTF-y Windows code path.



Windows never composes UTF-8 strings as result of user interaction
such as input query. The only way to compose one is programmatic
conversion from WCHAR string, which in turn can be picked up with
ReadConsoleW.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 4e155ec4
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