From 2e1613497df257679a8c8d4edbce83db5314cd34 Mon Sep 17 00:00:00 2001 From: tkellner Date: Wed, 10 Apr 2013 19:26:18 +0000 Subject: Solve encoding problem in OSX git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@322 174cde9d-5d70-4d2a-aa98-46368bc2aaf7 --- pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh') diff --git a/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh b/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh index 0a226ef5..5b3a11e4 100644 --- a/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh +++ b/pdf-over-gui/src/main/resources/scripts/pdfover_mac.sh @@ -1,3 +1,4 @@ #!/bin/sh BASEDIR=$(cd "$(dirname "$0")"; pwd) +export LC_CTYPE="UTF-8" (cd $BASEDIR/PDF-Over && exec java -XstartOnFirstThread -cp "lib/*" at.asit.pdfover.gui.Main "$@" &) -- cgit v1.2.3