• src/sbbs3/con_out.cpp

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sat Sep 6 19:00:51 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/0fe2d71cc32d96ce83269f25
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Output multiple inverted question marks for > 1 width UNICODE characters

    ... for non-UTF8 terminals

    This insures that the printed string length matches the output of
    bstrlen(..., P_AUTO_UTF8)
    on non-UTF8 terminals.

    This should address the DDLightbarMenu issue described by Nightfox in merge request #569
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nightfox@1:103/705 to Rob Swindell (on Debian L on Sat Sep 6 23:37:45 2025
    Re: src/sbbs3/con_out.cpp
    By: Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Sat Sep 06 2025 07:00 pm

    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Output multiple inverted question marks for > 1 width UNICODE characters

    ... for non-UTF8 terminals

    This insures that the printed string length matches the output of bstrlen(..., P_AUTO_UTF8)
    on non-UTF8 terminals.

    This should address the DDLightbarMenu issue described by Nightfox in merge request #569

    This helps, and things look good now. Thanks!

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Wed Sep 24 21:51:16 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/5fa5d6844af16b77bd320b77
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Display a trailing space after full-width UNICODE chars are printed as CP437

    ... if successfully converted to CP437 or not. This also means that full-width UNICODE chars that were previously (as of commit 0fe2d71cc32d96ce83269f25cdc) displayed as multiple upside-down question marks are now just displayed as a single upside-down question mark, followed by one or more spaces.

    This fix is related to merge request (MR) !569 by Nightfox
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)