Turkish Character problem ( Streamwriter )
Hi everyone..I want to write '?' , '?' , 'ü' and '?' characters to a .rtf file.and I want to use StreamWriter for writing and StreamReader for reading..But when i use StreamWriter and send one of the Turkish character, in the .rtf file there becomes a character like "??".. what must i do_? and i think i must use "iso 8859-9" encoding..

