• src/conio/utf8_codepages.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Jul 29 14:50:07 2023
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Jul 29 15:00:59 2023
    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, so
    add a new mapping function that tries the map first, then returns
    ASCII on failure to map.

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