• src/encode/utf8.c

    From rswindell@1:103/705 to CVS commit on Sat Jul 6 01: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.


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Jul 7 17: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) {
    ^~



    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Jul 7 21: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.


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Mon Jul 8 00: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


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Feb 10 16:12:52 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/5ac964ab6818ebbc4f1295e2
    Modified Files:
    src/encode/utf8.c
    Log Message:
    Cleanup bad merge (WTF?)
    --- SBBSecho 3.14-Linux
    * 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 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)
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)