On 15 Sep 2024, Sean Dennis said the following...
I recently set up the Wordle door under MBSE.  It works but I noticed
that the door only outputs a ANSI-encoded score file so I was trying to use iconv to convert that file to ASCII.
I've been trying different ideas but the one line I've tried is:
iconv -f CP437 -t US-ASCII//TRANSLIT blt61.ans > blt61.asc
No dice so far.
Hmm, I just tried a few things with an .ANS here and didn't get very far either with iconv.
I did come across this utility, it "works" but the output doesn't look very good when I'm SSH'ed into my VPS.
$ sudo apt install colorized-logs
$ ansi2txt < infile.ans > outfile.asc
It says in the man:
"All  ANSI codes are simply ignored, including all cursor positioning ones.  Sometimes this is what you want, sometimes it isn't."
Not sure if that will work with these score files.  End result might not look pretty if there are cursor movement codes in there.
Jay
... After all is said and done, a hell of a lot more is said than done
--- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
 * Origin: Northern Realms (618:400/23)