From 80350b43c77a7835546a8c29e0d93eeb3cddfadd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 24 Jan 2026 21:10:12 +0100 Subject: Add superscript and subscript (so far only with digits) and lycian and lydian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- convert-to-superscript.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 convert-to-superscript.c (limited to 'convert-to-superscript.c') diff --git a/convert-to-superscript.c b/convert-to-superscript.c new file mode 100644 index 0000000..62037ec --- /dev/null +++ b/convert-to-superscript.c @@ -0,0 +1,18 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + +USAGE(""); + + +int +main(int argc, char *argv[]) +{ + ARGBEGIN { + default: + usage(); + } ARGEND; + if (argc) + usage(); + + return convert(&libcharconv_superscript); +} -- cgit v1.2.3-70-g09d2