From 886a3106db6d6a60d2d706d2caad3e883dd70b14 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 1 Feb 2014 22:17:36 +0000 Subject: move utf8 local conversion operations to table --- riscos/gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/gui.c') diff --git a/riscos/gui.c b/riscos/gui.c index a5a9c94c2..83add251f 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -99,7 +99,7 @@ #include "riscos/wimp_event.h" #include "riscos/wimputils.h" #include "riscos/window.h" - +#include "riscos/ucstables.h" #ifndef FILETYPE_ACORN_URI @@ -2389,6 +2389,7 @@ int main(int argc, char** argv) .clipboard = riscos_clipboard_table, .download = riscos_download_table, .fetch = &riscos_fetch_table, + .utf8 = riscos_utf8_table, }; /* Consult NetSurf$Logging environment variable to decide if logging -- cgit v1.2.3