Removed unused files

This commit is contained in:
n00b
2024-09-28 11:42:19 -04:00
parent 3fd18b2ce6
commit 1bf67ba02c
25 changed files with 891 additions and 221 deletions

View File

@@ -199,6 +199,8 @@ std::u32string to_utf32(const std::string &s)
inline int rc_intern_asc(std::string c)
{
if(c.length()==0)
return 0;
return (uint32_t)to_utf32(utf8_substr(c, 0, 1))[0];
}