Skip to content

Commit

Permalink
Update wcwidth and cell widths.
Browse files Browse the repository at this point in the history
Bug Textualize/textual#4073 showed that the version of wcwidth we are using incorrectly reports the soft hyphen (codepoint 173, 0xAD) has having length 1.
  • Loading branch information
rodrigogiraoserrao committed Feb 26, 2024
1 parent 26152e9 commit 18ebb42
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 186 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Fixed

- Updated the widths of some characters https://github.com/Textualize/rich/pull/3289

## [13.7.0] - 2023-11-15

### Added
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 18ebb42

Please sign in to comment.