characters
characters copied to clipboard
A package for characters represented as unicode extended grapheme clusters
There is no tag covering release 1.2.0 on Pub.dev. Please tag the source code for every release.
Hi Some languages like Persian uses `\u200c` (Zero-Width Non-Joiner) as half space (Shift + Space), but this package does not count this character. It makes problem in max length of...
In the declaration: bool contains(Object Character); The identifier `Character` should be lowercase ➜ `character` But, even so, the analogy with a collection of characters is not a good one. If...
I ran `tool/generate.dart` to update to the latest Unicode spec 15.1.0. I ran tests and benchmarks OK. I set the `CHANGELOG.md` and `pubspec.yaml` to version 1.4.0
### Context https://github.com/flutter/flutter/issues/142037 is the issue that spawned this one. ### Request When working with user-generated text, it can be helpful to introspect on that text, filter it, etc. Since...
I expected that `Characters.operator ==` would compare normalized forms, but it doesn't. (See https://stackoverflow.com/q/64094438/.) If it intentionally doesn't, it would be nice if the [`operator ==` documentation](https://pub.dev/documentation/characters/latest/characters/Characters/operator_equals.html) explicitly stated that...