On Tue, 13 Aug 2019 at 14:52, Ville Voutilainen <ville.voutilainen@gmail.com> wrote:
On Tue, 13 Aug 2019 at 15:35, Corentin Jabot via Core
<core@lists.isocpp.org> wrote:
>
>
> Chiming in with my favorite solution:> Forbid u8/u16/u32 literals in non unicode encoded files

But presumably not the ones that look like u8"\U1234" ?

Yes, there is no reason to disallow that as It can't be misinterpreted by neither the compiler or people (and quite a lot of code would needlessly break)