Talk:HP Roman

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

How to view ROMAN8LX[edit]

For future reference, here's how to display http://holyjoe.net/HP71/lexfiles/ROMAN8LX%20dump.txt without resorting to pencil and paper using the browser's JavaScript console:

document.body.innerText.match(/\b[\dA-F]{4}\b/g).join("").slice(182,1718).split("").reverse().map(x=>("000"+parseInt(x,16).toString(2)).slice(-4)).join("").replace(/./g,x=>" █"[x]).match(/(?:.{8}){1,96}/g).map(x=>[...Array(8).keys()].map(r=>[...Array(96).keys()].map(c=>x[c*8+(7-r)]).join("")).join("\n")).join("\n\n")

The file can be read easily by hand, but it's tedious. — Preceding unsigned comment added by 2A02:A455:1903:1:EC8C:C3EE:110F:F254 (talk) 07:33, 6 December 2019 (UTC)[reply]