Special characters in C#
hi,
i have finished working on rpg battle system on chat network. of players have nicknames special characters like: ö , ß. when bot send output channel characters jumbled question marks (in firefox) how c# process these characters correctly?
it seems you need set encoding. have @ http://msdn.microsoft.com/en-us/library/system.web.httpresponse.contentencoding.aspx
Visual Studio Languages , .NET Framework > Visual C#
Comments
Post a Comment