DPF icon indicating copy to clipboard operation
DPF copied to clipboard

Use unicode font in file dialog.

Open KottV opened this issue 3 years ago • 2 comments

Hi,

File picker can't display UTF characters: image

While file pickup works fine: image

KottV avatar Oct 05 '21 11:10 KottV

that will be something in the way sofd works, the fonts it uses are from X11. @x42 any ideas on how to go about fixing this? just adding more possible fonts?

falkTX avatar Oct 05 '21 12:10 falkTX

I don't know for certain, perhaps try the fallback fonts -misc-fixed-medium-r-normal-*, those should have unicode support according to https://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html

x42 avatar Oct 05 '21 13:10 x42