aboutsummaryrefslogtreecommitdiff
path: root/include/base/utf.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-12-10 09:16:08 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-12-10 09:16:08 -0800
commit25537c3d3b9b68af91573dec39d1f46c3d97f735 (patch)
tree3f2ea6207a28fe9610d767dd78fb24d17f858ce0 /include/base/utf.h
parentf4aef385bdd41b02ef58b5366fa9318ecdc6e37e (diff)
Checkin: small sprawling updates
Small touches to multiple locations in base. Nothing major
Diffstat (limited to 'include/base/utf.h')
-rw-r--r--include/base/utf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/base/utf.h b/include/base/utf.h
index 19f345f..b72168c 100644
--- a/include/base/utf.h
+++ b/include/base/utf.h
@@ -31,7 +31,8 @@ int utf8·isspace(rune r);
int utf8·istitle(rune r);
int utf8·ispunct(rune r);
int utf8·isupper(rune r);
-int utf8·islower(rune r);
+
+int utf8·printable(rune r);
rune utf8·toupper(rune r);
rune utf8·tolower(rune r);