• CRYPTO-GRAM, November

    From TheCivvie@618:500/14.1 to All on Thu Dec 5 17:01:48 2024

    Hello everybody!

    Did this get through, I split to to 6 parts

    TheCivvie


    --- GoldED+/OSX 1.1.5-b20240309
    * Origin: TCOB1 Mail Only (618:500/14.1)
  • From Warpslide@618:400/23 to TheCivvie on Fri Dec 6 04:32:26 2024
    On 05 Dec 2024, TheCivvie said the following...

    Did this get through, I split to to 6 parts

    Yes, I see six messages here that came in on Nov 15th.

    There are some UTF-8 characters in there that Mystic can't display. You could try converting it to CP437 with iconv:

    iconv -f UTF8 -t CP437//TRANSLIT CRYPTOGM.TMP > CRYPTOGM.TXT

    I'm not sure if iconv works exactly the same on Mac as it does on linux so YMMV.


    Jay

    ... A truly wise man never plays leapfrog with a unicorn

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: Northern Realms (618:400/23)
  • From August Abolins@618:250/1.9 to Warpslide on Fri Dec 6 20:39:00 2024
    Hello Warpslide!

    There are some UTF-8 characters in there that Mystic can't display. You could try converting it to CP437 with iconv:

    iconv -f UTF8 -t CP437//TRANSLIT CRYPTOGM.TMP > CRYPTOGM.TXT


    Btw, busybox has iconv. Cool. There are quite a few encodings
    supported.


    busybox iconv --help
    BusyBox v1.37.0-FRP-5398-g89ae34445 (2024-06-25 08:38:11 BST)

    Usage: iconv [-lc] [-o outfile] [-f from-enc] [-t to-enc] [FILE]...

    Convert text between character encodings

    -l List all known character encodings
    -c Silently discard characters that cannot be converted
    -o Use outfile for output
    -f Use from-enc for input characters
    -t Use to-enc for output characters


    --
    ../|ug

    --- OpenXP 5.0.58
    * Origin: (} Pointy McPointface (618:250/1.9)
  • From TheCivvie@618:500/14.1 to August Abolins on Sun Dec 8 20:20:10 2024

    Hello August!

    06 Dec 24 20:39, you wrote to Warpslide:

    There are some UTF-8 characters in there that Mystic can't
    display. You could try converting it to CP437 with iconv:

    iconv -f UTF8 -t CP437//TRANSLIT CRYPTOGM.TMP > CRYPTOGM.TXT

    I have added that to the script that auto posts it


    TheCivvie


    --- GoldED+/OSX 1.1.5-b20240309
    * Origin: TCOB1 Mail Only (618:500/14.1)