From 9799945e315bf9f02fc78762c0ddf566fe406f3e Mon Sep 17 00:00:00 2001 From: itsme Date: Tue, 6 Jul 2021 22:47:39 +0200 Subject: added docs from the etherpad --- cronos-windows-install.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cronos-windows-install.md (limited to 'cronos-windows-install.md') diff --git a/cronos-windows-install.md b/cronos-windows-install.md new file mode 100644 index 0000000..9d22a86 --- /dev/null +++ b/cronos-windows-install.md @@ -0,0 +1,12 @@ +#Question marks instead of Russian letters, a solution to the problem with Windows encoding + +I noticed on one computer that instead of Russian letters on the command line and in some programs question marks are displayed. + +First of all, you need to make sure that the language of the system is selected in Russian, for this, go to “Start” – “Control Panel” – “Clock, language and region” – “Language and regional standards”, tab “Advanced”, section “Program language, those that do not support Unicode, you must click “Change the system language” and select “Russian (Russia)” and click “OK” in all windows. + +Also, to solve the problem, open the registry editor by typing “regedit.exe” at the command line. +You can open the command line by clicking on the shortcut in the “Start” menu – “All Programs” – “Standard” – “Command Prompt” or by typing “cmd” in the search bar of the “Start” menu. + +In the registry editor, you must open the branch: + HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage +and change the parameter values 1250 (from `c_1250.nls` to `c_1251.nls`), 1251 (make sure `c_1251.nls`), 1252 (from `c_1252.nls` to `c_1251.nls`). -- cgit v1.2.3