jellylanguage icon indicating copy to clipboard operation
jellylanguage copied to clipboard

Help with displaying entire set of characters on Vim

Open fionafibration opened this issue 7 years ago • 5 comments

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 avatar Nov 10 '17 23:11 fionafibration

I'm on windows, if you need that.

fionafibration avatar Nov 10 '17 23:11 fionafibration

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

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

DennisMitchell avatar Nov 10 '17 23:11 DennisMitchell

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.

fionafibration avatar Nov 11 '17 01:11 fionafibration

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

DennisMitchell avatar Nov 11 '17 01:11 DennisMitchell

Dang. Do you by chance use Linux?

fionafibration avatar Nov 13 '17 15:11 fionafibration