summaryrefslogtreecommitdiff
path: root/docs/cronos-windows-install.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cronos-windows-install.md')
-rw-r--r--docs/cronos-windows-install.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/cronos-windows-install.md b/docs/cronos-windows-install.md
new file mode 100644
index 0000000..9d22a86
--- /dev/null
+++ b/docs/cronos-windows-install.md
@@ -0,0 +1,12 @@
1#Question marks instead of Russian letters, a solution to the problem with Windows encoding
2
3I noticed on one computer that instead of Russian letters on the command line and in some programs question marks are displayed.
4
5First 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.
6
7Also, to solve the problem, open the registry editor by typing “regedit.exe” at the command line.
8You 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.
9
10In the registry editor, you must open the branch:
11 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage
12and 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`).