grapheme_to_titlecase.sh - libgrapheme - unicode string library | |
git clone git://git.suckless.org/libgrapheme | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
grapheme_to_titlecase.sh (71B) | |
--- | |
1 ENCODING="codepoint" \ | |
2 CASE="titlecase" \ | |
3 $SH man/template/to_case.sh |