mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00: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. 