Remix.run Logo
numpad0 5 days ago

20 20 78 78 78 ... Looks ASCII to me, Firefox on Windows. Could be OS.

16bytes 5 days ago | parent | next [-]

" xxx"? That's the same in ASCII and UTF-8.

OP is asking what are the line-drawing characters encoded as e.g: "┌" and "┐".

Since the charset returned by the app is UTF-8, these will be interpreted and encoded as UTF-8 and not whatever "ASCII - Extended" means.

numpad0 5 days ago | parent [-]

that would be completely correct... sorry. the export options now read "ASCII Basic" and "ASCII Extended", and "Basic" generates plus signs for corners, as of now. I feel like the behavior might have changed. Extended option seem to use 0xE294xx range for lines.

1: https://gist.github.com/numpad0/7880ad1e3ed32b91d1ccf9c3374f...

craftkiller 5 days ago | parent | prev [-]

Firefox on Linux: I just copied and pasted into emacs and did a M-x describe-char and got 0xE29480 which is definitely not ASCII: https://www.compart.com/en/unicode/U+2500

Also confirmed with hexl-mode (hex editor in emacs)