Skip to content

Commit

Permalink
Replace emoji shortcodes with UTF-8 emoji (#303)
Browse files Browse the repository at this point in the history
Emoji shortcodes vary from platform to platform and aren't supportted by
purely markdown and pypi. Replacing emoji shortcodes with UTF-8 emoji
like others in README can make the document more consistent.
  • Loading branch information
FantasqueX authored Jun 26, 2023
1 parent f9f686b commit 5c030b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This project offers you an alternative to **Universal Charset Encoding Detector*
| `Detect spoken language` ||| N/A |
| `UnicodeDecodeError Safety` ||||
| `Whl Size` | 193.6 kB | 40 kB | ~200 kB |
| `Supported Encoding` | 33 | :tada: [90](https://charset-normalizer.readthedocs.io/en/latest/user/support.html#supported-encodings) | 40 |
| `Supported Encoding` | 33 | 🎉 [90](https://charset-normalizer.readthedocs.io/en/latest/user/support.html#supported-encodings) | 40 |

<p align="center">
<img src="https://i.imgflip.com/373iay.gif" alt="Reading Normalized Text" width="226"/><img src="https://media.tenor.com/images/c0180f70732a18b4965448d33adba3d0/tenor.gif" alt="Cat Reading Text" width="200"/>
Expand Down Expand Up @@ -112,7 +112,7 @@ optional arguments:
normalizer ./data/sample.1.fr.srt
```

:tada: Since version 1.4.0 the CLI produce easily usable stdout result in JSON format.
🎉 Since version 1.4.0 the CLI produce easily usable stdout result in JSON format.

```json
{
Expand Down

0 comments on commit 5c030b5

Please sign in to comment.