0

I have been working on college project(C language), and i am stuck in the part where I need to read a file, the issue is that the compiler can't display nor read properly the characters such as é,à, ç... Here's the original txt file: <titre>Des chercheurs parviennent à régénérer les muscles de souris myopathes</titre>

and here's what the code reads from it: <titre>Des chercheurs parviennent α rÎgÎnÎrer les muscles de souris myopathes</titre>

And therefore I can't even work on them properly, for example if i try to find the word "régénérer" in the string, it gives me false. Do you have any idea what can I do to properly get the content of the file as a string?

0 Answers0