We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff70abc commit c02236eCopy full SHA for c02236e
1 file changed
pydbml/definitions/generic.py
@@ -4,7 +4,7 @@
4
5
pp.ParserElement.set_default_whitespace_chars(' \t\r')
6
7
-name = pp.Word(pp.unicode.alphanums + '_') | pp.QuotedString('"')
+name = pp.Word(pp.alphanums + '_') | pp.QuotedString('"')
8
9
# Literals
10
0 commit comments