• src/conio/utf8_codepages.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Saturday, July 29, 2023 14:50:07
    https://gitlab.synchro.net/main/sbbs/-/commit/6e1dff57b2181c006d1e5da0
    Modified Files:
    src/conio/utf8_codepages.c
    Log Message:
    The unicode->ATASCII table is not a fulltable.Fixes inability to use ATASCII in curses mode.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Saturday, July 29, 2023 15:00:59
    https://gitlab.synchro.net/main/sbbs/-/commit/5662bedf09f682e9a5ed01b4
    Modified Files:
    src/conio/utf8_codepages.c
    Log Message:
    Fix ATASCII harder.There's a few ASCII control codes that need to be translated, soadd a new mapping function that tries the map first, then returnsASCII on failure to map.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Saturday, November 02, 2024 21:36:05
    https://gitlab.synchro.net/main/sbbs/-/commit/fe79dd2979840f845d347e25
    Modified Files:
    src/conio/utf8_codepages.c
    Log Message:
    Fix some unicode mappings
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Tuesday, November 26, 2024 16:04:26
    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.
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)