• CHRS: UTF-8 4

    From Carlos Navarro@2:341/234.99 to All on Wed Jan 17 18:38:28 2024
    My patch for making JamNNTPd use "CHRS: UTF-8 4"

    Edit nntpserv.c and replace this:

    sprintf(line,"CHRS: %s 2",chrs);

    by this:

    if(stricmp(chrs,"UTF-8")!=0) sprintf(line,"CHRS: %s 2",chrs);
    else strcpy(line,"CHRS: UTF-8 4");

    Carlos

    --- Mozilla Thunderbird
    * Origin: cyberiada-NNTP (2:341/234.99)