We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952026d commit c51c1fcCopy full SHA for c51c1fc
scripts/run_windows.bat
@@ -275,7 +275,7 @@ GOTO :eof
275
SET THEFLOW_TEMP_PATH=flow_tmp
276
SET PDFJS_PREBUILT_DIR=%target_pdf_js_dir%
277
ECHO Starting Kotaemon UI... (prebuilt PDF.js is at %PDFJS_PREBUILT_DIR%)
278
-CALL python "%CD%\app.py" || ( ECHO. && ECHO Will exit now... && GOTO :exit_func_with_error )
+CALL python -Xutf8 "%CD%\app.py" || ( ECHO. && ECHO Will exit now... && GOTO :exit_func_with_error )
279
GOTO :eof
280
281
:print_highlight
0 commit comments