summaryrefslogtreecommitdiff
path: root/amiga/utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-104/+0
|
* Alloc specifying local charset on OS3 as we can't get this from LocaleChris Young2016-01-261-0/+6
|
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-3/+3
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-28/+37
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-6/+4
|
* improve gtk source save to use gtk overwrite protection feature coverity 1109873Vincent Sanders2013-10-251-1/+1
|
* 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