grapheme-conformance 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ It does not ship another segmenter.
16
16
 
17
17
  ## The finding
18
18
 
19
- `क्षि` Devanagari, four code points, one character a reader sees. Split it
19
+ `क्षि` is Devanagari: four code points, one character a reader sees. Split it
20
20
  with a popular library and you get two clusters. `grapheme-splitter` and
21
21
  `graphemer` both break it; `runes2` breaks it into three.
22
22
 
@@ -171,7 +171,7 @@ See [VERIFY.md](./VERIFY.md): one command, ten integers to compare.
171
171
 
172
172
  ## Scope
173
173
 
174
- Grapheme clusters only. Word and sentence breaking are out of scope
174
+ Grapheme clusters only. Word and sentence breaking are out of scope,
175
175
  `unicode-segmenter` does not implement them, which leaves too few
176
176
  implementations to be worth a scoreboard.
177
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapheme-conformance",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Score any JavaScript grapheme segmenter against Unicode's official GraphemeBreakTest.txt. Find out which string splitters are wrong, and about what.",
5
5
  "keywords": [
6
6
  "unicode",