summaryrefslogtreecommitdiff
path: root/frontends/amiga/utf8.c
Commit message (Collapse)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
| | | | attempt to speed up conversion as apparently codesets is being very slow
* 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
| | | | | 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