• src/xpdev/unicode_defs.h

    From rswindell@VERT to CVS commit on Tue Jul 9 16:36:49 2019
    src/xpdev unicode_defs.h 1.2 1.3
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv32471

    Modified Files:
    unicode_defs.h
    Log Message:
    Define a bunch of blocks, sub-blocks, and a few more code points.
    Mainly, for the purpose of determing which code points represent "fullwidth"
    (2 column) characters.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Jul 10 00:12:51 2019
    src/xpdev unicode_defs.h 1.3 1.4
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv2465

    Modified Files:
    unicode_defs.h
    Log Message:
    Add enum definitions that are used in unicode_to_cp437() and causing warnings. I took a short-cut with some of the names - TODO: fix. <sigh>



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Jul 11 10:36:35 2019
    src/xpdev unicode_defs.h 1.5 1.6
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv24812

    Modified Files:
    unicode_defs.h
    Log Message:
    More UNICODE symbol code point definitions.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Jul 23 17:06:19 2019
    src/xpdev unicode_defs.h 1.7 1.8
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv8299

    Modified Files:
    unicode_defs.h
    Log Message:
    170+ more unicode codepoint definitions.
    Only about 4 million more to go. :-)



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Aug 29 23:48:47 2019
    src/xpdev unicode_defs.h 1.9 1.10
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv23544

    Modified Files:
    unicode_defs.h
    Log Message:
    Add Unicode upper/lower half block enum definitions and more black square enum definitions.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Wed Jul 29 23:14:42 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/6dcad3d4fa5c68737b055637
    Modified Files:
    src/xpdev/unicode_defs.h
    Log Message:
    xpdev: correct the medium and dark shade codepoints

    UNICODE_MEDIUM_SHADE was a duplicate of UNICODE_LIGHT_SHADE (0x2591) and UNICODE_DARK_SHADE held medium shade's 0x2592, so cp437_unicode_tbl[]
    mapped CP437 0xB1 and 0xB2 one step too light and never produced U+2593
    at all. The classic shading ramp 0xB0 0xB1 0xB2 0xDB reached a UTF-8
    terminal as U+2591 U+2591 U+2592 U+2588, flattening the gradient in any
    ANSI art that uses it, and reverse look-ups turned U+2592 back into CP437
    0xB2 rather than 0xB1.

    Per the Unicode standard: U+2591 LIGHT SHADE, U+2592 MEDIUM SHADE,
    U+2593 DARK SHADE.

    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

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