cygwin.rst
changeset 413 97bcb31af707
parent 380 be4df657db00
child 414 95d5fafa0a88
--- a/cygwin.rst	Thu Jun 03 22:43:00 2010 +0300
+++ b/cygwin.rst	Thu Jun 10 15:02:05 2010 +0300
@@ -10,14 +10,14 @@
 
 Add to your PATH env var exactly before C:\WINDOWS\system32;C:\WINDOWS values:
 
-   set PATH=d:\opt\cygwin\bin;d:\opt\cygwin\usr\local\bin;%PATH%
-
-Set CYGWIN env var:
+  set PATH=d:\opt\cygwin\bin;d:\opt\cygwin\usr\local\bin;%PATH%
 
   REM Set CYGWIN variable to 'nontsec'. That makes sure that permissions
   REM on your windows machine are not updated as a side effect of cygwin
   REM operations.
-  SET CYGWIN=binary nontsec nodosfilewarning codepage:utf8
+  set CYGWIN=binary nontsec nodosfilewarning codepage:cp1251 noglob
+
+  set LANG=ru_RU.cp1251
 
 Set HOME env var (where places config file and projects):