DennisMitchell / jellylanguage

Jelly is a recreational programming language inspired by J.
MIT License
860 stars 47 forks source link

Help with displaying entire set of characters on Vim #58

Open fionafibration opened 6 years ago

fionafibration commented 6 years ago

I was wondering if anyone has any tips for displaying all the characters used in Jelly in Vim. I am using Vim 8 and have already set up the digraphs for use in Jelly. However, I am unable to display most of the jelly characters and they instead show up as question marks. Does anyone know that the proper fontset would be to display all of these at a reasonable width?

fionafibration commented 6 years ago

I'm on windows, if you need that.

DennisMitchell commented 6 years ago

DejaVu Sans Mono works well with Jelly's code page.

https://dejavu-fonts.github.io/Download.html

fionafibration commented 6 years ago

And do you know what file encoding and other options I should set to use it correctly? I've set my guifont=DejaVu_Sans_Mono:h12:cANSI, but the digraphs and other unicode characters still show up as question marks.

DennisMitchell commented 6 years ago

Set the encoding to UTF-8. I'm afraid I can't really help with anything specific to vim and/or Windows.

fionafibration commented 6 years ago

Dang. Do you by chance use Linux?