icecat: add release icecat-140.9.0-1gnu1 for ecne
This commit is contained in:
parent
8eb1f1732f
commit
a5f93cb214
1197 changed files with 30593 additions and 15344 deletions
|
|
@ -352,7 +352,8 @@ impl<'t> Parser<'t> {
|
|||
Parser {
|
||||
path: path,
|
||||
kind: kind,
|
||||
buf: buf,
|
||||
// Skip a UTF-8 BOM if present at the start of the input.
|
||||
buf: buf.strip_prefix(&[0xef, 0xbb, 0xbf]).unwrap_or(buf),
|
||||
i: 0,
|
||||
line_num: 1,
|
||||
pref_fn: pref_fn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue