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