I have this problem in C to open a file, which the name itself is written in utf-8 (special characters). I tried with fopen and the special ccs flag but with no success.

I read the filename and it looks like this: %C4%8Crnu%C4%8De.txt
The oroginal name is "Črnuče".

Is there another way to open that file? Please help.

Greets,
Luka