• src/conio/utf8_codepages.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Monday, December 30, 2024 17:22:56
    https://gitlab.synchro.net/main/sbbs/-/commit/64793cae6cb94532022cf150
    Modified Files:
    src/conio/utf8_codepages.c
    Log Message:
    Replace incorrect north-west arrow with new Unicode glyph.

    Specifically, ARROW POINTING UPWARDS THEN NORTH WEST

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, February 19, 2025 22:37:04
    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/master on Friday, February 21, 2025 17:40:57
    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