diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-03-28 13:56:05 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-03-28 13:56:05 +0200 |
commit | 2a7a7c07f9b046017b10a7541ffed7f8f5d045bf (patch) | |
tree | 764e3e1d86a2503d35b2eb58e045163abcec53ae /.functions | |
parent | e74cbc17cffc01021725cdaee16efd30c8135af4 (diff) | |
download | dotfiles-2a7a7c07f9b046017b10a7541ffed7f8f5d045bf.tar.gz dotfiles-2a7a7c07f9b046017b10a7541ffed7f8f5d045bf.tar.bz2 dotfiles-2a7a7c07f9b046017b10a7541ffed7f8f5d045bf.zip |
.functions: Minor comment tweaks
Diffstat (limited to '.functions')
-rw-r--r-- | .functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ function unidecode() { echo # newline } -# Get a character's unicode codepoint +# Get a character’s Unicode code point function codepoint() { perl -e "use utf8; print sprintf('U+%04X', ord(\"$@\"))" echo # newline |