💾 Archived View for bbs.geminispace.org › u › Arkaeriit › 2921 captured on 2023-09-08 at 17:37:34. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-07-22)
-=-=-=-=-=-=-
Re: "Editing Near-ASCII Binary Files"
Thanks for this great tip!
2023-07-09 · 2 months ago
Editing Near-ASCII Binary Files — I am experimenting with a near-ASCII file format containing text messages and binary markers (high bit set). Vim is surprisingly useful: it will display files in a reasonable-for-debugging way by displaying hex values for high characters. It preserves these during editing, and will even allow you to enter non-ascii characters: In Insert mode, [preformatted] will insert 0xAB. o will similarly take 3 octal digits. Just numbers for decimal digits.