aboutsummaryrefslogtreecommitdiff
path: root/sys/libunicode/runelen.c
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-10 20:12:45 -0800
committerNicholas <nbnoll@eml.cc>2021-11-10 20:12:45 -0800
commitb5de2d7bd1e08d27f7780434e601d6d3a0750583 (patch)
tree1d12af8a2c5903f1eef3b967e52474a244e78257 /sys/libunicode/runelen.c
parent0a1041044141ddbda0c67602e70fe8894e7430fd (diff)
chore: libunicode -> libutf
Diffstat (limited to 'sys/libunicode/runelen.c')
-rw-r--r--sys/libunicode/runelen.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/libunicode/runelen.c b/sys/libunicode/runelen.c
deleted file mode 100644
index dac7f15..0000000
--- a/sys/libunicode/runelen.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "internal.h"
-
-int
-utf8·runelen(rune r)
-{
- byte s[10];
- return utf8·encode(&r, s);
-}