cvzi
cvzi
I did some quick tests with Chinese included and so far I have not found any issues, so I am positive that we can add it in the near future
Does that mean you would like to replace a `:emoji:` with something like ``? I wonder if we should hardcode the hex codes in the EMOJI_DATA dict. They are very...
I created a script to test it: https://replit.com/@cuzi/emoji-to-Openmoji#main.py main.py ```python print("############## main.py ###############") import emoji import requests import html def hexcode(emoji): # rjust(4, '0') is necessary to convert "2A" to...
We currently don't have gender or skin tone information stored in our data files. I think we would need that information for every emoji that has a gender/skin tone. Without...
Here is an example as to why it is not straight forward: Let's use `:woman_detective_medium-light_skin_tone:` 🕵🏼♀️ In Unicode it is: `1F575 1F3FC 200D 2640 FE0F` * 1F575: detective :detective: *...
Yes I believe that would be the only big obstacle. Replacing of emojis can be done with the existing function `emoji.replace_emoji` like so: ```python def replace_fct(match_str, match_data): print(match_str) # 🤴...
I have checked Arabic and there were some problems with the diacritics (NFC vs. NFD form) that would need to be solved. I think similar problem will happen with Persian....
The problem is that for example alef with hamza in unicode can be either a single character or two characters. It can be alef character followed by hamza character (NFD...
So it still feels natural to read without the hamza? It is not a problem to remove it? Does a Persian keyboard even have hamza on it? (Because we don't...
Ok, I agree, let's remove hamza in Farsi. I think the RTL problem is just because I used the github markdown code. I put it in a sentence in google...