We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba3b68 commit f669250Copy full SHA for f669250
assemblies/features/base/src/main/filtered-resources/resources/bin/karaf.bat
@@ -24,6 +24,11 @@ set DIRNAME=%~dp0%
24
set PROGNAME=%~nx0%
25
set ARGS=%*
26
27
+rem cleanly display utf8 tables, chcp 65001
28
+rem this can be removed when fixed in jline
29
+chcp 65001 > nul
30
+rem as this is within the setlocal section, the change will be reverted on exit
31
+
32
rem Sourcing environment settings for karaf similar to tomcats setenv
33
34
if "%KARAF_SCRIPT%" == "" (
0 commit comments