aboutsummaryrefslogtreecommitdiffstats
path: root/specchars.h
diff options
context:
space:
mode:
Diffstat (limited to 'specchars.h')
-rw-r--r--specchars.h13
1 files changed, 13 insertions, 0 deletions
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