This feature will answer this article's question:
https://stackoverflow.com/questions/19617203/g-compiling-sources-in-utf-16-encoding
Best regards,
片山博文MZ
片山博文MZ
-- Forwarded message -
From: katahiromz
Date: 2025年11月27日(木) 10:39
Subject: Re: cpp: Add UTF-16/UTF-32 encoding auto-detection in C
preprocessor
To: Joseph Myers
Dear Joseph,
Thank you for your feedback. I understand that UTF-16 and UTF-32 are
not conventional for Unix
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
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 input files.
I hope this patch helps.
---
Technical i