diff unicode.h @ 24:23ceab03a393 1.0.0

unicode: remove uni_totitle While here, add more consts.
author David Demelier <markand@malikania.fr>
date Wed, 23 Mar 2022 13:17:10 +0100
parents 887a8fd73d1e
children 4da5819148c6
line wrap: on
line diff
--- a/unicode.h	Wed Mar 23 11:46:41 2022 +0100
+++ b/unicode.h	Wed Mar 23 13:17:10 2022 +0100
@@ -80,9 +80,6 @@
 uint32_t
 uni_tolower(uint32_t);
 
-uint32_t
-uni_totitle(uint32_t);
-
 #if defined(__cplusplus)
 }
 #endif