ref: 8bf655dcb8c3e88224162024b1f29f1862ffc043
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); }