From ee9a4712cddef9c318977b16b76b8c525d0f8908 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 15 Apr 2005 18:00:21 +0000 Subject: [project @ 2005-04-15 18:00:19 by jmb] Split out generic text input code. Support internationalised text input. Fix textarea-related bugs. svn path=/import/netsurf/; revision=1642 --- riscos/ucstables.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 riscos/ucstables.h (limited to 'riscos/ucstables.h') 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 + */ + +/** \file + * UCS conversion tables (interface) + * This is only used if nothing claims Service_International,8 + */ + +int *ucstable_from_alphabet(int alphabet); -- cgit v1.2.1