č,ľ,...

Hi everybody,

I have a big problem I have a lot of text to rewrite from one file to another but some text I have to miss some parts som I created a program that will just read the strings I want to rewrite to another file and the write it there, but now`s the problem that it didn`t read some character like č,ľ,ť and some others, I want to know how to read this character...

I tried wstring but it was causing errors on this line
1
2
3
wstring str;
ifstream data;
data>>str;   //<---- here 


so I dno`t know how to read from file with wstring, pleeeaaasee can someone help me? :)
Last edited on
Topic archived. No new replies allowed.