From 2a7a7c07f9b046017b10a7541ffed7f8f5d045bf Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 28 Mar 2012 13:56:05 +0200 Subject: .functions: Minor comment tweaks --- .functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.functions b/.functions index 900df56..b9ec9dd 100644 --- a/.functions +++ b/.functions @@ -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 -- cgit v1.2.3