summaryrefslogtreecommitdiff
path: root/amiga/utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* Show existing file size when file already exists on downloadChris Young2011-07-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=12618
* Squash warningsJohn Mark Bell2011-03-091-2/+3
| | | | svn path=/trunk/netsurf/; revision=11953
* AmigaOS 3 supportJohn Mark Bell2011-01-061-13/+21
| | | | svn path=/trunk/netsurf/; revision=11229
* Squash warningJohn Mark Bell2010-12-291-0/+2
| | | | svn path=/trunk/netsurf/; revision=11151
* Fix some typesChris Young2010-06-261-5/+5
| | | | | | If "easy" charset conversion fails, return a copy of the original string. svn path=/trunk/netsurf/; revision=10580
* Purge parserutilsChris Young2010-05-031-3/+2
| | | | svn path=/trunk/netsurf/; revision=10547
* Added support code to allow CSET chunks to be read from clipboard IFF FTXT andChris Young2008-09-031-0/+26
| | | | | | | | | | | | converted as necessary. Added option to write UTF-8 direct to clipboard, setting CSET appropriately. Copying and pasting to/from webpages that are not in local charset and to/from other applications that set CSET when not using local charset, should now work correctly if clipboard_write_utf8 is set in the options. If not set, NetSurf will still convert from the charset specified in the clipboard when pasting, but will convert text to local charset and not write a CSET chunk for copy operations. svn path=/trunk/netsurf/; revision=5231
* Removed dependency on codesets.libraryChris Young2008-08-271-45/+9
| | | | svn path=/trunk/netsurf/; revision=5214
* Moved Amiga menu code into separate file.Chris Young2008-08-251-0/+14
| | | | svn path=/trunk/netsurf/; revision=5199
* Convert UTF-8 text to local charset before printing to screenChris Young2008-08-231-0/+52
| | | | svn path=/trunk/netsurf/; revision=5184
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+25
svn path=/trunk/netsurf/; revision=4864