Subject: Re: [boost] [regex] How robust are the <boost/regex/pending/unicode_iterator.hpp> adapters?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-07-18 13:17:36


On 18/07/2011 18:17, Beman Dawes wrote:
> Boost.Filesystem needs the UTF-32 to UTF-16 and UTF-16 to UTF-32
> adapters to implement char16_t and char32_t support. Do they have any
> known bugs or other outstanding problems?

Yes, they can read past the end of your input range if it contains
invalid data at the end.