summaryrefslogtreecommitdiff
path: root/amiga/utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* 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