Anton Andreev wrote:
I am aslo intrested in your topic. Save the source as unicode and
recompile, try configurating the console.
console and source is already utf8 encoded, i use suse 9.3
by adding -codepage:utf8 command line argument to mcs i've already solved the problem, but i'm searching how to fix encoding on aspx pages for asp.net site, because pages don't get
compiled and i have no any idea how to solve encoding errors :-(

Hi all,

I've got simple programm:

using System;
using System.IO;

public class Server
{
public static int Main (string [] args)
{
System.Console.Write( "РљРЈРљРЈРљРЈ\n" );
return 0;
}
}


that code is supposed to output a string "РљРЈРљРЈРљРЈ\n" to console, but
it
outputs "ГђГђВЈГђГђВЈГђГђВЈ".

that's wrong with that stuff?


Slava.
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list






_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to