From 017a503f34a0f8ce2245f1b5dd78894f65326a90 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 29 Jun 2024 04:49:12 -0400 Subject: a8cat: added (will eventually replace both a8utf8 and a8eol). --- wtable.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 wtable.h (limited to 'wtable.h') diff --git a/wtable.h b/wtable.h new file mode 100644 index 0000000..11c5fa2 --- /dev/null +++ b/wtable.h @@ -0,0 +1,2 @@ +extern wint_t wchar2ata[][2]; +extern int wchar2atascii(wint_t wc, int ics); -- cgit v1.2.3