summaryrefslogtreecommitdiff
path: root/amiga/utf8.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningsChris Young2011-07-231-2/+2
| | | | svn path=/trunk/netsurf/; revision=12616
* Added support code to allow CSET chunks to be read from clipboard IFF FTXT andChris Young2008-09-031-0/+1
| | | | | | | | | | | | 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-3/+1
| | | | svn path=/trunk/netsurf/; revision=5214
* Moved Amiga menu code into separate file.Chris Young2008-08-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=5199
* Header file for functions in utf8.cChris Young2008-08-231-0/+24
svn path=/trunk/netsurf/; revision=5186