sublime-3-shell-exec
sublime-3-shell-exec copied to clipboard
Problem with cyrrilic
Hello, is it possible to add cyrrilic support? I cannot use my functions because of wrong cyrrilic
interpretation. For example git commit -am "Новый коммит"
becames to git commit -am "ÐовÑй коммиÑ"
and nothing happens.
function sync() {
git add -A
git commit -am "$*"
git push
}