Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.
Hi Nand!
Thank you very much for the great software. I really appreciate your efforts!
I have problem with displaying characters from linked file. This Unicode character ? appears simply as rectangle. I use HTMLTEXT with Explorer render and I expected it to work.
Is there anything I can do for this character to work properly? Does it depends on Unicode version? Can I update it for nanDECK?
Be sure to use the E flag in HTMLTEXT, example:
link=data.xlsx
htmlfont=default,arial,32,,#000000
htmltext=1-{(test)},[test],0,0,100%,100%,#FFFFFF,0,BE,100,default
Note that the emoji present in Arial is not so coloured as above, but is still a lizard.
Indeed it’s a matter of font, if you use “Segoe UI Emoji” instead of arial, the emoji is colored instead of b/n:
link=data.xlsx
htmlfont=default,Segoe UI Emoji,32,,#000000
htmltext=1-{(test)},[test],0,50%,100%,50%,#FFFFFF,0,BE,100,default