Skip to content

Commit 7370e4c

Browse files
committed
Map UTF-8 degree to ASCII degree symbol. (#16)
1 parent 604ea47 commit 7370e4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parserindexer/journalparser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def parse_file(self, path):
4444
0x201C:0x22, 0x201D:0x22, # double quote
4545
0x2010:0x2d, 0x2011:0x2d, 0x2012:0x2d, 0x2013:0x2d, # hyphens
4646
0xFF0C:0x2c, # comma
47+
0xF0B0:0xb0, # degree
4748
0x00A0:0x20, # space
4849
0x2219:0x2e, 0x2022:0x2e, # bullets
4950
}

0 commit comments

Comments
 (0)