summaryrefslogtreecommitdiff
path: root/riscos/ucstables.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/ucstables.h')
-rw-r--r--riscos/ucstables.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/riscos/ucstables.h b/riscos/ucstables.h
new file mode 100644
index 000000000..e6cef41da
--- /dev/null
+++ b/riscos/ucstables.h
@@ -0,0 +1,13 @@
+/*
+ * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * Licensed under the GNU General Public License,
+ * http://www.opensource.org/licenses/gpl-license
+ * Copyright 2005 John M Bell <jmb202@ecs.soton.ac.uk>
+ */
+
+/** \file
+ * UCS conversion tables (interface)
+ * This is only used if nothing claims Service_International,8
+ */
+
+int *ucstable_from_alphabet(int alphabet);