Exporting CSV file that contains Unicode text fails on Python 3 on Windows #7946
Labels
APP: Facility
Re: Facility App (user/class management, facility settings, csv import/export, etc.)
bug
Behavior is wrong or broken
DEV: backend
Python, databases, networking, filesystem...
OS: Windows
P0 - critical
Priority: Release blocker or regression
Milestone
Observed behavior
User reports of CSV file export failing prompted me to add a test for this in a Windows environment in #7899.
When Unicode text should be inserted into the exported CSV, such as a Unicode username or full_name, then an error occurs on windows.
Expected behavior
CSV Export should work on all platforms.
This is fixed by this commit: c088d08
User-facing consequences
Windows users are unable to export CSV files.
The text was updated successfully, but these errors were encountered: