Re: cpp: Add UTF-16/UTF-32 encoding auto-detection in C preprocessor
This feature will answer this article's question: https://stackoverflow.com/questions/19617203/g-compiling-sources-in-utf-16-encoding Best regards, 片山博文MZ
Re: cpp: Add UTF-16/UTF-32 encoding auto-detection in C preprocessor
On Thu, 27 Nov 2025, katahiromz wrote: > Hello, I'm katahiromz. Thank you for your great software. > I want to add UTF-16/UTF-32 support to your C preprocessor. > > This patch (attached) might add automatic character encoding detection > to `libcpp/files.cc` by examining the first 4 bytes of inpu
