-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't commit message containing non-ascii chars #4
Comments
Thanks Dmitry. I'll see if I can sort that out for you.
…On Wed, 3 May 2017 at 3:01 PM, Dmitry Petukhov ***@***.***> wrote:
Hi.
Thanks for great plugin - it's very easy for use.
When I try to commit with message like 'Поправил загрузку Roboto в стилях'
- plugin can't do it.
Here is the log:
hg commit style.css -m Поправил загрузку Roboto в стилях
transaction abort!
rollback completed
abort: decoding near 'Попра': 'ascii' codec can't decode byte 0xd0 in
position 0: ordinal not in range(128)!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABtooE8BNWk3_F5wM64FdULFD4jzoS7Dks5r1-34gaJpZM4NO6b8>
.
|
@dpetukhov mac/windows/linux version? |
I have issues with linux version, I'm using Ubuntu 16.04.
Just tested on windows - it's working correct there.
…On 3 May 2017 at 22:09, mrcrowl ***@***.***> wrote:
@dpetukhov <https://github.com/dpetukhov> mac/windows/linux version?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA5w-Wwy-Xo_SUko0nvQ21dZhVuRtrKNks5r2IqDgaJpZM4NO6b8>
.
|
@dpetukhov can you please check if you have an HGENCODING environment variable on windows? From cmd prompt: That might be the difference? |
@dpetukhov Hg v1.0.4 has been published, and hopefully helps resolve the issue with unicode commit messages. |
Thanks, I will check it in few days and let you know. |
And I have not set hgencoding on windows. |
I have checked new release and everything works fine now. Thanks! |
Hi.
Thanks for great plugin - it's very easy for use.
When I try to commit with message like 'Поправил загрузку Roboto в стилях' - plugin can't do it.
Here is the log:
The text was updated successfully, but these errors were encountered: