Files
delphi-database-v2/app
HotSwapp b6c09dc836 Fix UTF-8 encoding issue in CSV imports
- Updated open_text_with_fallbacks() in both main.py and import_legacy.py
- Increased fallback read size from 1KB to 10KB to catch encoding issues deeper in files
- Added proper fallback mechanism to main.py version of the function
- This fixes the 'utf-8' codec can't decode byte 0xa9 error when uploading planinfo.csv files
2025-10-13 19:49:18 -05:00
..