From fb5d9f1db5552facbc5269bc2856b58f5e4e2d13 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 25 Aug 2016 08:06:26 +0200 Subject: Windows: UTF-8 opt-in for command-line arguments and console input. User can make Windows openssl.exe to treat command-line arguments and console input as UTF-8 By setting OPENSSL_WIN32_UTF8 environment variable (to any value). This is likely to be required for data interchangeability with other OSes and PKCS#12 containers generated with Windows CryptoAPI. Reviewed-by: Richard Levitte --- test/recipes/80-test_pkcs12.t | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/recipes/80-test_pkcs12.t b/test/recipes/80-test_pkcs12.t index 95d1e69161..be9a72c8e2 100644 --- a/test/recipes/80-test_pkcs12.t +++ b/test/recipes/80-test_pkcs12.t @@ -53,6 +53,7 @@ if (eval { require Win32::API; 1; }) { } } } +$ENV{OPENSSL_WIN32_UTF8}=1; plan tests => 1; -- cgit v1.2.3