-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No emoji #1
Comments
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 |
Yes, Try with Skia4Delphi !!! |
I renmmber a project with those fonts |
I will think about it !!! If you want to contribute too let me know. |
I am sending There are lots of free sources |
look here |
Thanks !!! |
I suggest making a form as a message dialog on it put |
Have a look here |
Thanks !!! I'll do it during my free time !!! |
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);// '🐃';
The text was updated successfully, but these errors were encountered: