mirror of
https://github.com/openai/codex.git
synced 2026-05-04 21:32:21 +03:00
## Description `Array.from` may fail when handling certain characters newly added in Unicode 14. Where possible, it seems better to use `Intl.Segmenter` for more reliable processing. 