This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
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