You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, when the text is UTF-8 encoded and the printed message from fread() contains some text, the message will be displayed as garbage letters. The cause I believe is we didn't mark the txt as the declared encoding "UTF-8".
On Windows, when the text is UTF-8 encoded and the printed message from
fread()
contains some text, the message will be displayed as garbage letters. The cause I believe is we didn't mark the txt as the declared encoding "UTF-8".A reproducible example on Windows
Code
Output
In contrast to native encoded txt which looks correct
Code
Output
session Info
Another example on Mac
The text was updated successfully, but these errors were encountered: