ref: 6a51a03b801b21f42e2eb3dfa02c99e96c86b10c
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);
}