From 63f714d5a78b765c117ebf6bbdfdbd748dd45644 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Thu, 4 May 2023 03:02:01 +0300 Subject: authentication; invitation; activation; base form setup --- tests/dotnet-pass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dotnet-pass.php') diff --git a/tests/dotnet-pass.php b/tests/dotnet-pass.php index 191a2d2..7f6cb28 100755 --- a/tests/dotnet-pass.php +++ b/tests/dotnet-pass.php @@ -187,7 +187,7 @@ class SomeUserClass 'AMHM+lMKiSdmucVv8KhQ9yyF/sVj8Pay16HJkBDORJxvHDm0WFP2vww9DBVo3JTEoA==' ); - echo "\nresult= ". json_encode([ 'match' => $result ]); + echo "\nresult= ". json_encode([ 'match' => $result ], JSON_UNESCAPED_UNICODE); ?> -- cgit v1.2.3