From 333b605b2afd472b823aeda0adf0e8b1ea9843c0 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 27 May 2019 02:41:51 +0100 Subject: initial commit from asl-1.41r8.tar.gz --- specchars.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 specchars.h (limited to 'specchars.h') diff --git a/specchars.h b/specchars.h new file mode 100644 index 0000000..60db3c6 --- /dev/null +++ b/specchars.h @@ -0,0 +1,13 @@ +static unsigned char specchars[][2]= + {{0204,0344}, /* adieresis */ + {0224,0366}, /* odieresis */ + {0201,0374}, /* udieresis */ + {0216,0304}, /* Adieresis */ + {0231,0326}, /* Odieresis */ + {0232,0334}, /* Udieresis */ + {0341,0337}, /* ssharp */ + {0375,0262}, /* 2-exp */ + {0346,0265}, /* mu */ + {0205,0340}, /* a graph */ + {0000,0000}}; + \ No newline at end of file -- cgit v1.2.3