diff options
Diffstat (limited to '.functions')
-rw-r--r-- | .functions | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -66,5 +66,6 @@ function unidecode() { # Get a character's unicode codepoint function codepoint() { - perl -e "use utf8; print sprintf('U+%04X', ord(\"$@\"))" + perl -e "use utf8; print sprintf('U+%04X', ord(\"$@\"))" + echo # newline }
\ No newline at end of file |