They can't contain `\x` escapes, which means they can't contain high bytes, which means we can used `unescape_unicode` instead of `unescape_mixed` to unescape them. This avoids unnecessary used of `MixedUnit`. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
They can't contain `\x` escapes, which means they can't contain high bytes, which means we can used `unescape_unicode` instead of `unescape_mixed` to unescape them. This avoids unnecessary used of `MixedUnit`. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||