aboutsummaryrefslogtreecommitdiffstats
path: root/.functions
diff options
context:
space:
mode:
Diffstat (limited to '.functions')
-rw-r--r--.functions2
1 files changed, 1 insertions, 1 deletions
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