]> git.sur5r.net Git - c128-kasse/commit
patch charset to include umlauts
authorMaik Fischer <maikf@qu.cx>
Thu, 5 Oct 2017 22:50:00 +0000 (00:50 +0200)
committerMaik Fischer <maikf@qu.cx>
Sat, 14 Oct 2017 08:32:29 +0000 (10:32 +0200)
commit806281f179c9bdf3fc5016baedc2c9d1a999cdf6
tree2626836a52b0941db6a50272095c5a33f1d9dc39
parent86dee4099125adff06fc9d04a584a39bf2dce240
patch charset to include umlauts
12 files changed:
.gitignore
Makefile
assets/umlauts.pbm [new file with mode: 0644]
include/vdc_patch_charset.h [new file with mode: 0644]
include/vdc_util.h [new file with mode: 0644]
src/general.c
src/kasse.c
src/print_ascii.c [new file with mode: 0644]
src/print_charmap.c [new file with mode: 0644]
src/vdc_patch_charset.c [new file with mode: 0644]
src/vdc_util.s [new file with mode: 0644]
util/mkfont [new file with mode: 0755]