• src/encode/utf8.c

    From rswindell@VERT to CVS commit on Friday, July 05, 2019 23:03:37
    src/encode utf8.c 1.1 1.2
    Update of /cvsroot/sbbs/src/encode
    In directory cvs:/home/rswindell/sbbs/src/encode

    Modified Files:
    utf8.c
    Log Message:
    Address GCC warning.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, July 07, 2019 15:17:03
    src/encode utf8.c 1.3 1.4
    Update of /cvsroot/sbbs/src/encode
    In directory cvs:/home/rswindell/sbbs/src/encode

    Modified Files:
    utf8.c
    Log Message:
    Wow. First time I've seen replacing spaces with tabs fixes a GCC warning: utf8.c: In function 'utf8_getc':
    utf8.c:327:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
    } else
    ^~~~
    utf8.c:329:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
    if(val != NULL) {
    ^~




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, July 07, 2019 19:30:32
    src/encode utf8.c 1.5 1.6
    Update of /cvsroot/sbbs/src/encode
    In directory cvs:/home/rswindell/sbbs/src/encode

    Modified Files:
    utf8.c
    Log Message:
    Address GCC warnings about signedness and staticness.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, July 07, 2019 22:11:37
    src/encode utf8.c 1.6 1.7
    Update of /cvsroot/sbbs/src/encode
    In directory cvs:/home/rswindell/sbbs/src/encode

    Modified Files:
    utf8.c
    Log Message:
    Remove the unicode_is_zerowidth() function, it was moved to unicode.c already



    ---
    þ 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 Saturday, February 24, 2024 20:23:16
    https://gitlab.synchro.net/main/sbbs/-/commit/6274d33bbfd6970264030322
    Modified Files:
    src/encode/utf8.c
    Log Message:
    Normalize fullwidth chars to 2-chars (ASCII char, followed by space)

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