From c51c1fce7773f0e13affd0cb01d632914029025a Mon Sep 17 00:00:00 2001 From: Tadashi Date: Fri, 14 Feb 2025 21:36:55 +0700 Subject: [PATCH] fix: windows encoding python bump:patch --- scripts/run_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_windows.bat b/scripts/run_windows.bat index d8c5dee..aa7b146 100644 --- a/scripts/run_windows.bat +++ b/scripts/run_windows.bat @@ -275,7 +275,7 @@ GOTO :eof SET THEFLOW_TEMP_PATH=flow_tmp SET PDFJS_PREBUILT_DIR=%target_pdf_js_dir% ECHO Starting Kotaemon UI... (prebuilt PDF.js is at %PDFJS_PREBUILT_DIR%) -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 ) GOTO :eof :print_highlight