• src/conio/utf8_codepages.c

    From Deucе@VERT to Git commit to main/sbbs/master on Sat Nov 2 21:36:05 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/fe79dd2979840f845d347e25
    Modified Files:
    src/conio/utf8_codepages.c
    Log Message:
    Fix some unicode mappings

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Tue Nov 26 16:04:26 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/ffab324ab0b853877ee695d2
    Modified Files:
    src/conio/utf8_codepages.c
    Log Message:
    Fix unicode -> Prestel mapping

    We want ASCII to map directly, and unicode values need to be sorted
    ascending for bsearch() to work properly.

    Fixes Prestel keyboard input not working in GDI mode.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Mon Dec 30 17:22:56 2024
    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 Wed Feb 19 22:37:04 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.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Fri Feb 21 17:40:57 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.

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