echo "init vim ...." if [ ! -d vim/bundle/vundle ]; then git clone https://github.com/gmarik/vundle.git vim/bundle/vundle fi link vim link vimrc vim +BundleInstall +qall
Traceback (most recent call last): File "./fontpatcher", line 63, in <module> symbols = fontforge.open(args.symbol_font) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 14: ordinal not in range(128)