GNOME Bugzilla – Bug 638073
about characters issue
Last modified: 2011-10-24 12:31:50 UTC
i got a issue while committing changes with Chinese characters in commit log, it will convert Chinese to '\344\270\255\346\226\207\346\230\257\344\270\252\351\227\256\351\242\230 ', but it works fine if i commit with git command directly.already set 'quotapath=false' in .gitconfig, but failed too.
Created attachment 189044 [details] [review] Escape commit messages correctly This bug occurred because of g_strescape which messes up with utf8 characters. This fix simply implements a function escaping only '\' and '"' in a utf8 string.
Hello Denis, thanks for the patch and sorry for the delay. This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report. http://git.gnome.org/browse/giggle/commit/?id=9a8d291172621d4b6e26704d596e2c98fcacdcf5