Add 'u16to8' iconv alias

This commit is contained in:
Anthony Rose 2024-10-01 15:13:44 +01:00
parent f0db90859a
commit 911f375763

View file

@ -261,6 +261,7 @@ alias streamenc="openssl aes-256-cbc -pbkdf2 -in - -out - -e"
alias streamdec="openssl aes-256-cbc -pbkdf2 -in - -out - -d"
alias tm="tmux new-session -A"
alias txt2pdf="soffice --infilter='Text (encoded):UTF8,,Berkeley Mono,en-GB' --convert-to pdf"
alias u16to8="iconv -f UTF-16 -t UTF-8"
alias wgr=wordgrinder
alias ytmp3="youtube-dl -q -x --audio-format=mp3"
alias zlu="zypper list-updates"