mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Try rolling back python fix
This commit is contained in:
parent
52ea5204a2
commit
87fad61851
1 changed files with 1 additions and 1 deletions
|
@ -7564,7 +7564,7 @@ class Parser(Tokenizer):
|
|||
|
||||
def parse(self, t, filename=None):
|
||||
self._filename = filename
|
||||
self.lexer.input(t)
|
||||
self.lexer.input(t.decode(encoding = 'utf-8'))
|
||||
|
||||
# for tok in iter(self.lexer.token, None):
|
||||
# print tok
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue