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