summaryrefslogtreecommitdiff
path: root/riscos/ucstables.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/ucstables.h')
-rw-r--r--riscos/ucstables.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/riscos/ucstables.h b/riscos/ucstables.h
index 0be065897..e5d838249 100644
--- a/riscos/ucstables.h
+++ b/riscos/ucstables.h
@@ -21,4 +21,9 @@
* This is only used if nothing claims Service_International,8
*/
+struct gui_utf8_table *riscos_utf8_table;
+
+nserror utf8_to_local_encoding(const char *string, size_t len, char **result);
+nserror utf8_from_local_encoding(const char *string, size_t len, char **result);
+
const int *ucstable_from_alphabet(int alphabet);