Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
badw-it
DHParser
Commits
da3d063d
Commit
da3d063d
authored
May 10, 2021
by
Eckhart Arnold
Browse files
Korrekturen
parent
8597e4f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
DHParser/toolkit.py
View file @
da3d063d
...
...
@@ -595,7 +595,7 @@ def fix_XML_attribute_value(value: Any) -> str:
return
value
RX_NON_ASCII
=
re
.
compile
(
r
'[^\U00000000-\U00000
100
]'
)
RX_NON_ASCII
=
re
.
compile
(
r
'[^\U00000000-\U00000
0FF
]'
)
def
lxml_XML_attribute_value
(
value
:
Any
)
->
str
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment