We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93d3b6 commit 04db8c2Copy full SHA for 04db8c2
rich/cells.py
@@ -8,7 +8,7 @@
8
9
# Regex to match sequence of the most common character ranges
10
_is_single_cell_widths = re.compile(
11
- "^[\u0020-\u007e\u00a0\u02ff\u0370-\u0482\u2500-\u25FF]*$"
+ "^[\u0020-\u007e\u00a0-\u02ff\u0370-\u0482\u2500-\u25FF]*$"
12
).match
13
14
0 commit comments