[Mono-list] Default Encoding for Console.In/Out/Err

Miguel de Icaza miguel@ximian.com
21 Jan 2003 15:40:02 -0500


Hello,

>         [MethodImpl (MethodImplOptions.InternalCall)]
>         extern private static string InternalCodePage ();
> 
> Is it something like a native method in Java? Where can I find the source
> code?

This is a method implemented by the runtime. 

Those methods are implemented in C in `mono/mono/metadata'

Miguel