ref: 1820b6e70a22e92f69dab14a1d2368b98b96d501
dir: /3rd/utf/runetotype.c/
#include "platform.h" #include "utf.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); }