[cmake-developers] [PATCH] [RFC] handle c dependicies for files with utf-8 BOM

Brad King brad.king at kitware.com
Tue Oct 15 08:45:01 EDT 2013


On 10/14/2013 04:40 PM, Evgeniy Dushistov wrote:
> I wonder, does cmake support more then 8 bits for text encoding?
> Looking at source code there is nothing about wchar_t or converting
> utf-16/utf-32 to utf-8 on the fly. So what sence to support
> anything except utf-8 BOM?

I wrote it that way to detect attempts at using other UTF encoding
sizes and reject them.

-Brad



More information about the cmake-developers mailing list