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