JVM/Windows: more robust treatment of unicode in file names;
authorwenzelm
Fri, 21 Jan 2011 22:04:12 +0100
changeset 41623 f5619d83d0e3
parent 41622 ad5474a8374b
child 41624 237328506a42
JVM/Windows: more robust treatment of unicode in file names;
lib/scripts/getsettings
--- a/lib/scripts/getsettings	Fri Jan 21 19:01:40 2011 +0100
+++ b/lib/scripts/getsettings	Fri Jan 21 22:04:12 2011 +0100
@@ -56,7 +56,7 @@
 #JVM path wrapper
 if [ "$OSTYPE" = cygwin ]; then
   CLASSPATH="$(cygpath -u -p "$CLASSPATH")"
-  function jvmpath() { cygpath -w -p "$@"; }
+  function jvmpath() { cygpath -C UTF8 -w -p "$@"; }
   THIS_CYGWIN="$(jvmpath "/")"
 else
   function jvmpath() { echo "$@"; }