From 9147953e383e770ba117d49e3c8cc860e836bd6b Mon Sep 17 00:00:00 2001 From: alonshev Date: Tue, 23 Nov 2021 14:11:59 +0200 Subject: [PATCH] add support for non-ascii languages --- scripts/web_api_show_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/web_api_show_package.sh b/scripts/web_api_show_package.sh index e392773..e9d92b9 100644 --- a/scripts/web_api_show_package.sh +++ b/scripts/web_api_show_package.sh @@ -1,3 +1,3 @@ #!/bin/bash - +export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 java -jar $MDS_FWDIR/api/samples/lib/web_api_show_package-jar-with-dependencies.jar "$@" \ No newline at end of file