0
votes
votes
1 answers
Diacriet replace unwanted characters
I'm trying te replace unwanted characters (diacrieten in Dutch) by wanted characters. By example ö should become o and Ž by Z. I have tried numerous things, FileStream, StreamReader, StreamWriter. I found a way to read an write the ...
