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 604ea47 commit 7370e4cCopy full SHA for 7370e4c
src/parserindexer/journalparser.py
@@ -44,6 +44,7 @@ def parse_file(self, path):
44
0x201C:0x22, 0x201D:0x22, # double quote
45
0x2010:0x2d, 0x2011:0x2d, 0x2012:0x2d, 0x2013:0x2d, # hyphens
46
0xFF0C:0x2c, # comma
47
+ 0xF0B0:0xb0, # degree
48
0x00A0:0x20, # space
49
0x2219:0x2e, 0x2022:0x2e, # bullets
50
}
0 commit comments