alias cp1251toUTF8: cp1251->utf8

master
Kolan Sh 2013-02-26 11:17:54 +04:00
parent 17d888cb99
commit 1bfb8db284
1 changed files with 1 additions and 0 deletions

View File

@ -45,3 +45,4 @@ if [ `which grc 2>/dev/null` ]; then
alias netstat='grc netstat'
alias ping='grc ping'
fi
which iconv &>/dev/null && alias cp1251toUTF8='iconv -f cp1251 -t utf8'