We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719f366 commit 71a8cf0Copy full SHA for 71a8cf0
RaspberryPi/Scripts/combine.py
@@ -3,7 +3,6 @@
3
from pathlib import Path
4
5
WORD_PATTERN = re.compile(r"[a-zA-Z0-9]+")
6
-VALID_WORD_PATTERN = re.compile(r"^[a-zA-Z0-9_.,!?@#$%^&*()-=+ ]+$")
7
8
9
def detect_encoding(data: bytes) -> str:
0 commit comments