@@ -108,7 +108,7 @@ public static void Systeminfo()
108108 Console . WriteLine ( "Mémoire restante: " + Core . MemoryManager . GetFreeMemory ( ) + "MB" ) ;
109109 Console . WriteLine ( "Processeur(s): " + CPU . GetCPUBrandString ( ) ) ;
110110 Console . WriteLine ( "Mode de la console: " + Kernel . AConsole . Name ) ;
111- Console . WriteLine ( "Encoding: " + AConsole . ConsoleMode . GetEncodingType ( Console . OutputEncoding ) ) ;
111+ Console . WriteLine ( "Encoding: " + Console . OutputEncoding . BodyName ) ;
112112 break ;
113113
114114 case "en_US" :
@@ -127,7 +127,7 @@ public static void Systeminfo()
127127 Console . WriteLine ( "Free memory: " + Core . MemoryManager . GetFreeMemory ( ) + "MB" ) ;
128128 Console . WriteLine ( "Processor(s): " + CPU . GetCPUBrandString ( ) ) ;
129129 Console . WriteLine ( "Console mode: " + Kernel . AConsole . Name ) ;
130- Console . WriteLine ( "Encoding: " + AConsole . ConsoleMode . GetEncodingType ( Console . OutputEncoding ) ) ;
130+ Console . WriteLine ( "Encoding: " + Console . OutputEncoding . BodyName ) ;
131131 break ;
132132
133133 case "nl_NL" :
@@ -146,7 +146,7 @@ public static void Systeminfo()
146146 Console . WriteLine ( "Gratis geheugen: " + Core . MemoryManager . GetFreeMemory ( ) + "MB" ) ;
147147 Console . WriteLine ( "Processor(s): " + CPU . GetCPUBrandString ( ) ) ;
148148 Console . WriteLine ( "Consolewijze: " + Kernel . AConsole . Name ) ;
149- Console . WriteLine ( "Encoding: " + AConsole . ConsoleMode . GetEncodingType ( Console . OutputEncoding ) ) ;
149+ Console . WriteLine ( "Encoding: " + Console . OutputEncoding . BodyName ) ;
150150 break ;
151151
152152 case "it_IT" :
@@ -165,7 +165,7 @@ public static void Systeminfo()
165165 Console . WriteLine ( "Memoria libera: " + Core . MemoryManager . GetFreeMemory ( ) + "MB" ) ;
166166 Console . WriteLine ( "Processor(s): " + CPU . GetCPUBrandString ( ) ) ;
167167 Console . WriteLine ( "Modalità console: " + Kernel . AConsole . Name ) ;
168- Console . WriteLine ( "Encoding: " + AConsole . ConsoleMode . GetEncodingType ( Console . OutputEncoding ) ) ;
168+ Console . WriteLine ( "Encoding: " + Console . OutputEncoding . BodyName ) ;
169169 break ;
170170
171171 case "pl_PL" :
@@ -184,7 +184,7 @@ public static void Systeminfo()
184184 Console . WriteLine ( "Wolny RAM: " + Core . MemoryManager . GetFreeMemory ( ) + "MB" ) ;
185185 Console . WriteLine ( "Procesor(y): " + CPU . GetCPUBrandString ( ) ) ;
186186 Console . WriteLine ( "Tryb konsoli: " + Kernel . AConsole . Name ) ;
187- Console . WriteLine ( "Encoding: " + AConsole . ConsoleMode . GetEncodingType ( Console . OutputEncoding ) ) ;
187+ Console . WriteLine ( "Encoding: " + Console . OutputEncoding . BodyName ) ;
188188 break ;
189189 }
190190 }
0 commit comments