# HG changeset patch # User HackEso # Date 1571746447 0 # Node ID 70a1b041d675841a13daafe614d74c952e0e5b60 # Parent 95402bdc6e71da7d44a0aeb5608e2698e157681d mkx bin/unirecode//c="$(unicode "$@")"; if [[ $? == 0 ]]; then unidecode "$c"; fi diff -r 95402bdc6e71 -r 70a1b041d675 bin/unirecode --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/unirecode Tue Oct 22 12:14:07 2019 +0000 @@ -0,0 +1,1 @@ +c="$(unicode "$@")"; if [[ $? == 0 ]]; then unidecode "$c"; fi