aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index ea68d1f999..696ff6312d 100644
--- a/parse.y
+++ b/parse.y
@@ -5944,6 +5944,7 @@ parser_prepare(struct parser_params *parser)
(unsigned char)lex_p[1] == 0xbf) {
parser_set_encode(parser, "UTF-8");
lex_p += 2;
+ lex_pbeg = lex_p;
return;
}
break;