• src/conio/utf8_codepages.

    From Deuc¿@VERT to Git commit to main/sbbs/m on Thu Feb 6 00:03:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/da9512200016ce2221b8f2fa
    Modified Files:
    src/conio/utf8_codepages.c utf8_codepages.h src/syncterm/term.c
    Log Message:
    Update prestel unicode tables for new font layout

    Pasting mosaics won't work properly, but it wouldn't anyway, so I'm
    not too worried about it.

    Also, I can't seem to find anything I can paste separated mosaics
    into, but that may just be due to Unicode 16 being so new.
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Wed Feb 19 22:37:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/87b97881ff8f673496196b6e
    Modified Files:
    src/conio/utf8_codepages.c
    Log Message:
    CP437 needs to be a full table translation

    CP437 0x7C is U+00A6

    It's likely this is true for a bunch of other codepages as well,
    so I'll need to dig through them soon.
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Fri Feb 21 17:16:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/19f2f49cd1ed9ceaf232d7ab
    Modified Files:
    src/conio/utf8_codepages.c utf8_codepages.h
    Log Message:
    Split codepages into _B (broken vertical) variants

    For the three codepages with fonts that do both broken and unbroken
    vertical bars, add a _B variant for the one with the broken vertical.

    This allows the broken vertical to be "correctly" in the codepage
    mapping.
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Fri Feb 21 17:40:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/3035e09715c6d403c0d7612b
    Modified Files:
    src/conio/utf8_codepages.c
    Log Message:
    Broken vertical is 0xA6, not 0x86

    Fix that, and also fix the cpstr_to_utf8() implementation that
    bypasses the lookup function.