ref: 4438d407e5d96b1b033a861c5adbaa21ba3db6c9
dir: /3rd/utf/runetotype.c/
#include "platform.h"
#include "runetotypedata"
Rune
toupperrune(Rune c)
{
return c + upperlkup(c);
}
Rune
tolowerrune(Rune c)
{
return c + lowerlkup(c);
}
Rune
totitlerune(Rune c)
{
return c + titlelkup(c);
}