So I have this foreign namebank in a textfile that I read from and throw into a data table. The "string" datatype doesn't recognize the foreign letters. I am using a textreader/streamreader to read the text file line by line (one line per name)
What is in the textfile -> What shows up in the database(traced it to the string)
Szilveszter Kárpáthy -> Szilveszter K�rp�thy
Szalók Szôlôsy -> Szal�k Sz�l�sy
Im using nvarchar, but the mistranslation is happening from the declaration of the name to string. Any ideas to why?