Commit 699ed1be authored by jyong's avatar jyong

ascii filter Unicode U+FFFE

parent f2605278
......@@ -528,7 +528,6 @@ class IndexingRunner:
return text_docs
65534
def filter_string(self, text):
text = re.sub(r'<\|', '<', text)
text = re.sub(r'\|>', '>', text)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment