Delphi-Unicode-Emoji
Delphi-Unicode-Emoji copied to clipboard
No emoji
This is what I get on my computer in the Delphi IDE editor
BaguetteBread: string = '🥖'; change it to char# something maybe it will work
I checked it for you WaterBuffaloFace: string =Char(#$A9);// '🐃';
Hello, I tested your code, but unfortunately, it didn't work for Telegram. However, I made adjustments by replacing all the constants with their Unicode codes. Check it and let me know if there is any issues.
Thanks !!!
Now it still show squer but not your problem
Alright !!! Where did you use it ? With ShowMessage or another Display component ?
It seems i do not have above FF charcters may be skia? will help Gexpert ascii show FF max
Yes, Try with Skia4Delphi !!!
I renmmber a project with those fonts You shoud add it as a function for your font It is not that simple as just add charcters
I will think about it !!! If you want to contribute too let me know.
look here https://github.com/EtheaDev Icon Fonts all his projects are around this idea
Thanks !!!
I suggest making a form as a message dialog on it put your character/icon or whatever and a procedure to do that
Have a look here https://github.com/danieleteti/mm4delphi or this very interesting https://github.com/digao-dalpiaz/Dam for example
Thanks !!! I'll do it during my free time !!!