You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This patch introduces a `CombiningClass` type to represent the canonical combining class of a codepoint. The `fmt::Display` implementation of this type writes the human-readable name of the combining class, if there is one. This replaces the previous behaviour, which was to just print the raw byte value of the combining class. |
3 years ago | |
|---|---|---|
| .. | ||
| src | 3 years ago | |
| Cargo.toml | 3 years ago | |
| build.rs | 3 years ago | |