-
Unicode publishes a list of all emojis in convenient files: https://unicode.org/Public/emoji/13.0/emoji-test.txt
Maybe it will be worth to import all of them to use in e.g. `random()`?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### OS
{"label"=>"Macos"}
### Current Behavior
Sometimes titles/entries include unrenderable/unprintable charact…
-
Follow up action item from a topic I raised in https://github.com/rust-lang/rustfmt/pull/5864#issuecomment-1676425492 relative to adding some additional test repos to improve our coverage of string fo…
-
Consider the following bit of HTML:
```
The title is אבג C++ דהו in Hebrew.
```
This is a Latin paragraph containing a (faux) Hebrew book title that itself contains the Latin name "C+…
-
See also: https://github.com/unicode-org/icu4x/issues/5561 for a holistic design for the core vector types
Jumping off of https://github.com/unicode-org/icu4x/pull/5520#issuecomment-2338661326
I…
-
**Font Project Git Repo URL:**
**Super short description of the Font Family:**
**Requirements:**
I understand that Google Fonts will publish only fonts that matches its requirements, and …
-
Inspired by #428 I promised in the last TSC meeting to take a look at best practices for handling unicode equivalences in programming languages. As Jake suspected, like most things Unicode, it turns o…
-
For 2.0 Beta:
- [x] `NeoSkeletonLength` should be `Length`
- [x] There were some questions about the name of `IsAnyCalendarKind`
- [x] There should be a `format_iso` function on `DateTimeFormatte…
-
### What were you trying to do?
I learned the hard way that PDF Lib can't write unicode characters to a PDF (by default). This issue made it to production because I took unicode support for granted. …
-
**What happened**:
When collecting multiple BOMs with the `sbom-cataloger`, the dependency trees of the BOMs might get mixed up.
Example:
My Rust app App1 has a direct dependency `proc-macro2 1.0…