How to write Hg mercurial commit message with space tab and korean? -
i'm using hg mercurial 2.8.2.
my problem commit message when commit using command line.
like "hg ci -m 'my test 가나다'" , mercurial rejects commit (space tab , korean).
how can solve problem? have re-install version?
if have revise specific config file, please let me know is.
(ps, platform 'win7 - 64bit')
thanks.
you need set hgencoding
system environment variable utf-8
to open windows control panel -> system -> advanced system settings -> environment variables
add new variable , enter following values:
- variable name
hgencoding
- variable value
utf-8
additional links encoding issue:
Comments
Post a Comment