thinking that since this is console that could very well be the case i tried it out for you (I'm running WinXP)
worked without a problem, i copied and pasted the ä and it returned it to me intact.Code:Console.WriteLine("ä"); string str = Console.ReadLine(); Console.WriteLine(str);




Multi-Clipboard
Reply With Quote