Show More
@@ -35,15 +35,13 b' Note that there are some limitations on ' | |||||
35 | - You should use single encoding in one repository. |
|
35 | - You should use single encoding in one repository. | |
36 |
|
36 | |||
37 |
|
37 | |||
38 |
By default, win32mbcs uses encoding.encoding decided by |
|
38 | By default, win32mbcs uses encoding.encoding decided by Mercurial. | |
39 |
You can specify the encoding by config option |
|
39 | You can specify the encoding by config option:: | |
40 |
|
40 | |||
41 | ex.) |
|
|||
42 | [win32mbcs] |
|
41 | [win32mbcs] | |
43 | encoding = sjis |
|
42 | encoding = sjis | |
44 |
|
43 | |||
45 |
It is useful |
|
44 | It is useful for the users who want to commit with UTF-8 log message. | |
46 |
|
||||
47 | ''' |
|
45 | ''' | |
48 |
|
46 | |||
49 | import os, sys |
|
47 | import os, sys |
General Comments 0
You need to be logged in to leave comments.
Login now