fwscanf failing to read UTF-8 CSV file correctly in C
I’m trying to read a UTF-8 encoded CSV file in C using fwscanf
, but I’m encountering issues with the reading process. The file contains rows with a string and a float value separated by a comma. Here’s a minimal example demonstrating the problem: