summaryrefslogtreecommitdiff
path: root/frontends/amiga/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Amiga: Fix codesets.library conversion when string specified as zero lengthChris Young2021-04-121-6/+5
* Amiga: The return value of Codesetsfind was not being assigned to a variableChris Young2021-04-111-2/+2
* Cache codesets structure ourselvesChris Young2020-10-091-6/+20
* Amiga: Use IANA codeset number to identify local charsetChris Young2020-05-261-3/+5
* Amiga: Use codesets.library for UTF8 conversion if availableChris Young2020-05-261-8/+47
* Use libiconv instead of newlib's iconvChris Young2016-06-251-2/+12
* Use charset from default Locale and store it in an option so we can (a) overr...Chris Young2016-06-251-37/+6
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
* move frontends into sub directoryVincent Sanders2016-05-151-0/+104