-
If an emoji is made of multiple codepoints, it will not be listed on the respective Unicode version page.
Some examples:
🐦⬛
🐦🔥
🧑⚕️
🧑🎓
-
`fribidi_log2vis()` transforms `U+0648` ("و") into `U+FEED`.
I came across this issue while testing the Cairo font (https://fonts.google.com/specimen/Cairo, apparently the most popular Arabic font …
-
```
julia> s = "Páll"
"Páll"
julia> About.about(s)
5-codeunit String (mutable) (
-
The existing `string.trim`, `string.trim_left` and `string.trim_right` functions currently only trim whitespace.
Could we add equivalent trimming functions that take the codepoints to be trimmed as…
-
In "Don't Special-Case Grease Values" (#27), we have a request that implementers (not protocol designers) not do something.
I have seen -- numerous times -- that people are inclined to special case…
-
##### Description:
The Unicode codepoints U+2028 (Line Separator) and U+2029 (Paragraph Separator) are **kind of** treated as line breaks by `Text.pack()` but as normal zero-width symbols by `Text.re…
-
### Describe feature
Currently you can use icons from boxicons on the notes, despite having a big collection some tech-related icons are not available.
[Nerd Fonts](https://github.com/ryanoasis/…
-
Hi!
Please view [this issue](https://github.com/microsoft/vscode/issues/227670).
```as
trace(String.fromCharCode(0x1F60A));
```
![image](https://github.com/user-attachments/assets/4d066af4-…
ylazy updated
2 months ago
-
### The contents of the [cupertino_icons generation repo](https://github.com/xster/framework7-icons) should be moved to flutter/packages
Per the comments [here](https://github.com/xster/framework7…
-
The spec at https://github.com/google/skylark/blob/3705afa472e466b8b061cce44b47c9ddc6db696d/doc/spec.md#string%C2%B7codepoints has a function codepoints, which gives the string as a series of points. …