-
In unicode, graphemes might be represented by a sequence of several codepoints. For example, the emoji 🫶 is two codepoints: `\ud83e\udef6`.
Should the length of a string in JME count graphemes or c…
-
Migrated from [rt.perl.org#130912](https://rt-archive.perl.org/perl6/Ticket/Display.html?id=130912) (status was 'new')
Searchable as RT130912$
-
## Description
Now often, code which format collapses is merged, and correspondence like #674 becomes necessary.
I think we should validate the format of code when pushed.
## Possible Solutions
…
-
Found an overlapping problem in uni710D-TW (焍) and checked a few glyphs with ⿰火 composition (only Big5+HKSCS codepoints, and only those with a full-height 火 on the left).
Glyphs listed here are tho…
tamcy updated
2 months ago
-
Feature suggestion: Create an endpoint that will return a random emoji when it's hit.
-
If anyone wants this, I created a version of the font where I remapped the icons to be in the correct Unicode Creative Commons locations that were added in Unicode 13.0. I have attached it here.
My…
-
Ruff represents Python strings with Rust strings, replacing every surrogate with U+FFFD REPLACEMENT CHARACTER. This leads to false positives and incorrect fixes when the exact code point sequence matt…
-
I added the following content to a note:
```
bes:~/devel/OTOBO/otobo-docker (rel-10_1)$ uni tree
⺦- U+02EA6 - CJK RADICAL SIMPLIFIED HALF TREE TRUNK
⽊- U+02F4A - KANGXI RADICAL TREE
⽙- U+02F59 …
-
Hi, I think I found yet another issue with a lexer: it thinks that characters given by their unicode codepoints are syntax errors. Here's the MWE:
```
module Main where
main :: IO ()
main = putS…
-
### Zig Version
0.11.0-dev.2912+d65b42e07
### Steps to Reproduce and Observed Behavior
Not sure this is a bug. Might be better labeled as a std-lib proposal.
I was motivated to open this …