diff options
author | Peter Kruithof <pkruithof@gmail.com> | 2012-03-28 14:48:16 +0300 |
---|---|---|
committer | Peter Kruithof <pkruithof@gmail.com> | 2012-03-28 14:48:16 +0300 |
commit | a514cb3adf7002811de473177d385723b23fe5b4 (patch) | |
tree | 8497920e2e90446e101bd1e973747a308efd651b /.functions | |
parent | b70515792cb15c080717668bc5b0c9eed55fc9ef (diff) | |
download | dotfiles-a514cb3adf7002811de473177d385723b23fe5b4.tar.gz dotfiles-a514cb3adf7002811de473177d385723b23fe5b4.tar.bz2 dotfiles-a514cb3adf7002811de473177d385723b23fe5b4.zip |
Added newline after codepoint
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 |