Files
roa2web-service-auto/backend
Claude Agent 23080aec46 fix(ocr,gitignore): fix charmap encoding in OCR workers and ignore SQLite WAL files
- Fix UnicodeEncodeError in OCR worker subprocesses on Windows: spawned processes
  with 'spawn' context inherit charmap (CP1252) encoding, causing crashes when
  printing Romanian diacritics (ș, ț, ă) from OCR-extracted text.
  Fix: reconfigure sys.stdout/sys.stderr to UTF-8 in _worker_initializer().

- Add *.db-wal and *.db-shm to .gitignore for SQLite WAL mode auxiliary files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 12:52:50 +00:00
..
2026-03-13 22:24:54 +00:00