• src/encode/utf8.c

    From rswindell@VERT to CVS commit on Fri Jul 5 21:03:37 2019
    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 Sun Jul 7 13:17:03 2019
    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 Sun Jul 7 17:30:32 2019
    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 Sun Jul 7 20:11:37 2019
    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 Deuc¿@VERT to Git commit to main/sbbs/master on Thu Feb 10 11:12:52 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/5ac964ab6818ebbc4f1295e2
    Modified Files:
    src/encode/utf8.c
    Log Message:
    Cleanup bad merge (WTF?)

    ---
    þ 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 Sat Feb 24 20:23:16 2024
    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