cometkim / unicode-segmenter

A lightweight and fast, pure JavaScript library for Unicode segmentation
MIT License
37 stars 0 forks source link

Verify with Unicode test data #27

Closed cometkim closed 2 months ago

cometkim commented 2 months ago

Fuzzing using Intl.Segmenter (which is based on ICU) was a neat idea, but directly utilizing the Unicode official break tests will make the package more trustworthy.