• src/conio/utf8_codepages.

    From Deuc¿@VERT to Git commit to main/sbbs/m on Wednesday, February 19, 2025 22:37:00
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Friday, February 21, 2025 17:16:00
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Friday, February 21, 2025 17:40:00
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net