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