-
This means you currently can't put emoji in the editor for example.
https://developer.mozilla.org/en-US/docs/Glossary/Base64#the_unicode_problem
-
![image](https://user-images.githubusercontent.com/7196202/95319381-b120e280-088f-11eb-836b-a2808810d6b9.png)
I love this library but....
Unicode emoji 13.1 is released which made this library kin…
-
IMHO nowadays Unicode emojis as it are much more popular than `:` emojis (emoji shortcodes). The codes are only supported by a limited number of platforms, but the Unicode ones are supported by all.
-
Opening an issue while I investigate this further. Seems to work as expected in python3(.6)
in python 3:
```
In [2]: Emoji.replace_unicode(u'Emoji test \U0001f408\U0001f52b\U0001f480')
Out[2]: 'Em…
-
Hi !
When I install **streamdeckfs** on a brand new virtual environment i get the error below:
```
Traceback (most recent call last):
File "/tmp/venv/bin/streamdeckfs", line 5, in
from s…
-
The [Unicode CLDR](http://cldr.unicode.org/) project provides a number of comprehensively-researched and well-maintained data sources for a variety of language-related topics, including [names and key…
-
### Is your feature request related to a problem? Please describe.
Markdown for emojis like these:
```
* [🟥 Removed] Removed a thing
* [🔴 Removed] Removed a thing
* 🔷 **Removed:** Removed a t…
-
### Summary
`emojilist.json` や `unicode-emoji-indexes` 下の JSON データは Unicode の提供するデータ(CLDR など)を使って自動生成したいです。
### Purpose
#### Pros
- Unicode 更新の度に手で追加しなくて済む
- 手作業によるミス(#13805)をなくせる
- 多言語対応が…
-
It should be allowed to add arbitrary escape sequences in quoted strings like:
```yaml
example: "emoji \uD83D\uDE05"
```
the weird thing is that emojis in quoted strings work, but only if they…
hpoul updated
7 months ago
-
## Bug Report
**Describe the bug**
We have emojis in the log message. The emojis are carried forward in the pipeline at fluent-bit appropriately. However, in the last step, if the output is `s3`…