Re: [PATCHES] Discard BOMs at stream start for UTF-{8,16,32} encodings

2013-01-31 Thread Andy Wingo
One more thing, Mark; would you mind handling merges to master? The port code got rearranged there and merges can be tricky. I'll merge stable-2.0 as it is first and then you can just deal with these patches. Andy -- http://wingolog.org/

Re: [PATCHES] Discard BOMs at stream start for UTF-{8,16,32} encodings

2013-01-31 Thread Andy Wingo
Hi Mark, On Thu 31 Jan 2013 05:40, Mark H Weaver writes: > From ceccaf59267bc98c86aae33809905f26b017ebc8 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Wed, 30 Jan 2013 10:16:37 -0500 > Subject: [PATCH 1/3] Rewrite get_iconv_codepoint to fix a bug involving > byte-order marks. LGTM, t