summaryrefslogtreecommitdiff
path: root/riscos/ucstables.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-151-1/+2
| | | | | | Extend text selection, copying, saving and searching code to handle textplain contents; modified textplain code to accept other line terminators svn path=/import/netsurf/; revision=2081
* [project @ 2006-01-26 02:24:29 by adrianl]Adrian Lees2006-01-261-28/+36
| | | | | | Correct handling of special chars at string start and adjacent special chars svn path=/import/netsurf/; revision=2045
* [project @ 2006-01-22 17:25:30 by jmb]John Mark Bell2006-01-221-7/+25
| | | | | | | Convert local files to UTF-8 when dragged in (assumes they're encoded in the system local encoding). Fix potential buffer overflow in utf8_from_local_encoding svn path=/import/netsurf/; revision=2025
* [project @ 2005-09-23 03:48:40 by jmb]John Mark Bell2005-09-231-4/+34
| | | | | | Add Latin10 table (RISC OS alphabet number 116) svn path=/import/netsurf/; revision=1866
* [project @ 2005-08-20 23:04:35 by bursa]James Bursa2005-08-201-0/+2
| | | | | | Fix strndup() warnings. svn path=/import/netsurf/; revision=1850
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-12/+269
| | | | | | | | | | | | | | | | | | - Convert Messages files to UTF-8 encoding. - Replace local_encoding_name() with platform specific utf8_[to,from]_local_encoding() functions - this allows mapping of 8bit characters 0x80->0x9f (inclusive). - All text that is rendered by the RISC OS Wimp is now converted to the system local encoding prior to display. - Lose the horrendous hack that was messages_get_key() - Menu text is now translated to system local encoding on the fly (if necessary) rather than at menu creation time. This allows the system alphabet to change under us and our menus remain usable. - The Languages menu now lists all languages that are present in the LangNames file. In the case of selecting the UI language, those languages which are not available are shaded. svn path=/import/netsurf/; revision=1796
* [project @ 2005-04-16 05:09:32 by jmb]John Mark Bell2005-04-161-0/+41
| | | | | | | | | | | | Split out UTF-8 handling functions. Submit URL-encoded forms in sensible encoding: * First entry in accept-charset list, if present * Document encoding, otherwise We may want to explicitly look for UTF-8, to save converting. Convert cnv_str_local_enc/cnv_local_enc_str to use iconv (they're now veneers for utf8_[to/from]_enc). Provide mechanism for looking up local system charset (derived from system alphabet, under RISC OS) svn path=/import/netsurf/; revision=1647
* [project @ 2005-04-15 18:00:19 by jmb]John Mark Bell2005-04-151-0/+333
Split out generic text input code. Support internationalised text input. Fix textarea-related bugs. svn path=/import/netsurf/; revision=1642