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