Add unicode-based grapheme width estimation method

This commit is contained in:
Joscha 2025-02-23 18:31:20 +01:00
parent 900a686d0d
commit 17185ea536
5 changed files with 56 additions and 7 deletions

View file

@ -16,6 +16,12 @@ Procedure when bumping the version number:
## Unreleased
### Added
- Unicode-based grapheme width estimation method
- `width_estimation_method` config option
- `--width-estimation-method` option
### Changed
- Updated documentation for `time_zone` config option