• src/xpdev/unicode.c unicode_defs.h

    From rswindell@VERT to CVS commit on Thursday, July 11, 2019 12:52:30
    src/xpdev unicode.c 1.9 1.10 unicode_defs.h 1.4 1.5
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv10494

    Modified Files:
    unicode.c unicode_defs.h
    Log Message:
    Add/use more UNICODE enum defines (mainly those that map to CP437).
    Fix error in CP437 0x96 (small U with circumflex) translation to UNICODE
    (typo: 0x00FB not 0x00F8).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, July 14, 2019 19:19:34
    src/xpdev unicode.c 1.10 1.11 unicode_defs.h 1.6 1.7
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv24375

    Modified Files:
    unicode.c unicode_defs.h
    Log Message:
    More unicode code point definitions and Unicode -> CP437 translations.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Saturday, September 05, 2020 15:05:12
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/e2c4f45de48a4d4011e2498b
    Modified Files:
    src/xpdev/unicode.c unicode_defs.h
    Log Message:
    Translate UNICODE KATAKANA letter TU to CP437 Black smiling face (for Hustler)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Thursday, February 15, 2024 21:37:00
    https://gitlab.synchro.net/main/sbbs/-/commit/3b4ec79b4aa0b5bccc389526
    Modified Files:
    src/xpdev/unicode.c unicode_defs.h
    Log Message:
    Better unicode character display-width calculation (in columns)

    Tested with Windows Terminal Version: 1.18.10301.0 and all codepoints between 0x100 and 0x1FFFF, this change reduces the width mismatches from > 8000 to
    349. The "Zero width" mismatches are probably the most important/glaring and will need to be addressed next (since some terminals don't move the cursor
    for zero width chars, and some do).

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