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