Fix ambiguous-width character handling for CJK terminals
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 70/100
Research direction
Start by locating get_character_cell_size() and the tests covering character-cell widths. Check the existing handling of East Asian Width categories, then verify that ambiguous ("A") characters such as "…" use two cells and that the updated tests pass.
Written by the indexing model from the issue text.
Description
Summary
get_character_cell_size() currently returns a width of 1 for East Asian Width (EAW) ambiguous characters.
Many CJK terminals render these characters using two cells, which can lead to incorrect text alignment.
This PR updates the fallback logic to return 2 for characters whose East Asian Width category is "A".
Testing
- Verified that
get_character_cell_size("…")previously returned1. - Verified that it now returns
2. - Added/updated tests for the new behavior.
- Dominant language
- Python
- Stars
- 57.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Textualize/rich
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
Textualize/rich#4223 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
Textualize/rich#4222 ·
-
Needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Textualize/rich#4215 · 2 comments ·
-
Needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
Textualize/rich#4214 · 3 comments ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
Textualize/rich#4213 · 2 comments · 1 reaction ·
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100