Closed GoogleCodeExporter closed 9 years ago
Original comment by reini.urban
on 8 Dec 2013 at 10:25
This only fails with non-threaded perls >5.10. testcase t/issue245 improved and
updated.
Original comment by reini.urban
on 13 Jan 2014 at 5:44
That's an internal static string problem.
The pv symbol is being reused.
Saving pv pv4 "\303\237" cur=2, len=0, static=1 svop const
constpv turn off SVf_FAKE "\303\237" svop const
Saving pv pv4 "\337" cur=1, len=0, static=1 svop const
constpv turn off SVf_FAKE "\337" svop const
with a seperate pv4 for "\337" it works okay.
Original comment by reini.urban
on 13 Jan 2014 at 6:02
Original comment by reini.urban
on 13 Jan 2014 at 6:03
Fixed with commit fdd3375b2bcb5b56277b882aa7a279338c78f5e7
Author: Reini Urban <rurban@cpanel.net>
Date: Mon Jan 13 12:14:55 2014 -0600
C: fix #245, hash strtable to cstring, so equal unicode characters are not collapsed
This fixes t/issue245.t
Also simplify savepv a bit.
Original comment by reini.urban
on 13 Jan 2014 at 6:15
Original issue reported on code.google.com by
nicolas....@gmail.com
on 2 Dec 2013 at 7:10