Hacker News new | ask | show | jobs
by dfeojm-zlib 2513 days ago
Oh, the days of the ASCII Code page 437

https://upload.wikimedia.org/wikipedia/commons/f/f8/Codepage...

3 comments

Whoa, sweet Dwarf Fortress graphics pack ;)
Fun fact: DF contains a CP437-to-Unicode mapping function, to let the text-mode output work on modern terminals.

It's still all CP437 internally.

That was in the 80s and had a large number of box drawing characters.
There is a proposal to add some of the old missing box drawing characters to Unicode, in a section called "Graphics for Legacy Computing":

http://www.unicode.org/L2/L2017/17435r-terminals-prop.pdf

They have been implemented recently in the Pragmata Pro font I use, which seems to just keep adding glyphs

https://www.fsd.it/shop/fonts/pragmatapro/

Unicode still contains a large number of box drawing characters. Some are broken into three, or even four parts.

https://en.wikipedia.org/wiki/Box-drawing_character

I remember copying a random maze generator from a magazine that used a lot of these on a C64, fun times!