Re: Compiling 1.7.59 on Linux Mint 20.3
| Newsgroups | gmane.comp.lib.fox-toolkit.user |
|---|---|
| Message-ID | <[email protected]> |
On 2022-07-09 14:21, David Vachulka wrote: > Hi, > I try compile 1.7.59 and got this error: > > FXRex.cpp:4676:10: fatal error: fxrexdbg.h: Folder or file doesn't > exist > 4676 | #include "fxrexdbg.h" > | ^~~~~~~~~~~~ > compilation terminated. > > (fxrexdbg.h really missed at fox-1.7.79.tar.gz) > > > Another question: > Some way to show https://unicode.org/Public/emoji/1.0/emoji-data.txt > for example: > 1F300 ; emoji ; L1 ; none ; j # V6.0 > (🌀) CYCLONE > > (Qt and Gtk applications show correctly, but adie with same font only > shows "rectangle") Forgot to answer 2nd question: We're currently implementing unicode 6.0; I believe emoji were added into unicode as of version 13. That itself should not preclude the display of the text itself; we just don't have the character property tables for characters added after 6.0. The UTF8 should encode for emoji just fine. Graphical rendering on the screen is contingent of having a font selected that has the emoji glyphs available [shockingly, not all unicode fonts cover all unicode code points!]. I am able to see a few with the "Unifont" font selected (attached). -- JVZ _______________________________________________ Foxgui-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/foxgui-users
emoji-data.jpg
(image/jpeg, 221.7 KB) - not displayed