summaryrefslogtreecommitdiff
path: root/src/encoding.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove encoding version line -- it's pointlessJohn Mark Bell2009-05-131-1/+0
| | | | svn path=/trunk/tools/ttf2f/; revision=7501
* Revert to DIR_SEP magic.John Mark Bell2009-05-131-1/+1
| | | | | | | Fix toolbox frontend to initialise conversion context correctly. Append ,ff6 when not on RISC OS. svn path=/trunk/tools/ttf2f/; revision=7498
* Use Unix paths everywhere. Unixlib will fix this for usJohn Mark Bell2009-05-111-1/+1
| | | | svn path=/trunk/tools/ttf2f/; revision=7470
* Fix buffer overflowsJohn Mark Bell2009-05-111-2/+2
| | | | svn path=/trunk/tools/ttf2f/; revision=7463
* Make encoding file output emit latin1 table firstJohn Mark Bell2009-05-111-24/+48
| | | | svn path=/trunk/tools/ttf2f/; revision=7462
* Make proper use of conversion contextJohn Mark Bell2009-05-101-10/+9
| | | | svn path=/trunk/tools/ttf2f/; revision=7457
* We're not producing base encoding files, so don't use .NotDefJohn Mark Bell2009-05-081-1/+1
| | | | svn path=/trunk/tools/ttf2f/; revision=7449
* API tidyingJohn Mark Bell2009-05-081-11/+12
| | | | svn path=/trunk/tools/ttf2f/; revision=7445
* Add some error handling and reportingRob Kendrick2009-05-081-2/+5
| | | | svn path=/trunk/tools/ttf2f/; revision=7441
* Slightly more useful behaviour on non-RO platforms.John Mark Bell2009-05-081-1/+1
| | | | | | | Fix segv in cli frontend. Make cli frontend create output directory. svn path=/trunk/tools/ttf2f/; revision=7437
* Import TTF2f. Don't expect this to link; I've prevented it building main.c.John Mark Bell2009-05-071-0/+71
svn path=/trunk/tools/ttf2f/; revision=7427