summaryrefslogtreecommitdiff
path: root/frontends/amiga/utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* Use libiconv instead of newlib's iconvChris Young2016-06-251-2/+12
| | | | | Requires invalid input to be explicitly ignored, as unlike newlib invalid characters are not replaced with '?' Fixes bug 2440
* Use charset from default Locale and store it in an option so we can (a) ↵Chris Young2016-06-251-37/+6
| | | | override and (b) get it without constantly looking it up
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+104