Skip to content

Commit 04db8c2

Browse files
committed
update regex
1 parent b93d3b6 commit 04db8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rich/cells.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Regex to match sequence of the most common character ranges
1010
_is_single_cell_widths = re.compile(
11-
"^[\u0020-\u007e\u00a0\u02ff\u0370-\u0482\u2500-\u25FF]*$"
11+
"^[\u0020-\u007e\u00a0-\u02ff\u0370-\u0482\u2500-\u25FF]*$"
1212
).match
1313

1414

0 commit comments

Comments
 (0)