String grapheme splitting support #5
Labels
help wanted
Extra attention is needed
nix incompatibility
Some function works differently or doesn't work in the Nix target
We are missing a string grapheme splitting algorithm, causing string functions such as
length
(which originally counts graphemes),split
(which splits into graphemes when the separator is empty), as well aspop_grapheme
andto_graphemes
, to be inconsistent with other targets.We'd have to investigate the best way forward here. It's likely we'd have to make a small Rust or Python (or Gleam!) program to process Unicode data and generate relevant tables.
The text was updated successfully, but these errors were encountered: