On 04/01/2023 17:37, Walter Cazzola
wrote:
On Wed, 4 Jan 2023, Barry Scott wrote:
FYI my font is DejaVu Sans Mono. Is that what you have?
Yes, it is.
What are the characters that do not display?
Can you provide the UTF-8 so that I can try it for myself?
These 💔and 💑are two examples. Basically all the new unicode characters that
permits to specify, for example, the skin color or the gender.
If you are not sure how to do that I suggest that you do this:
$ <app> > output.txt
$ od -cx output.txt
Then you can put the post the output here, assuming its not to large so that
I can dig out the UTF-8 and try to duplicate the issue.
0000000 360 237 222 224 360 237 222 221 \n
9ff0 9492 9ff0 9192 000a
0000011
This is the result of od, the file is attached.
:>>>
x = [0o360,0o237,0o222,0o224,0o360,0o237,0o222,0o221]
:>>> y = [v.to_bytes() for v in x]
:>>> y
[b'\xf0', b'\x9f', b'\x92', b'\x94', b'\xf0', b'\x9f', b'\x92',
b'\x91']
:>>> b''.join(y).decode('utf-8')
''
:>>> b''.join(y)
b'\xf0\x9f\x92\x94\xf0\x9f\x92\x91'
I see the broken heart and the two facing kissing emoji.
They are in black and white not colour, but they do display.
I'm using Fedora 37 and its
up to date.
Barry
Thank you for your help.
Walter
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue