ref: 6178d78e044bce829b492b6a1270dcd1fe54f3ee
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);
}