Re: cpp: Add UTF-16/UTF-32 encoding auto-detection in C preprocessor

2025-11-27 Thread katahiromz
This feature will answer this article's question: https://stackoverflow.com/questions/19617203/g-compiling-sources-in-utf-16-encoding Best regards, 片山博文MZ

Fwd: cpp: Add UTF-16/UTF-32 encoding auto-detection in C preprocessor

2025-11-26 Thread katahiromz
片山博文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

Re: cpp: Add UTF-16/UTF-32 encoding auto-detection in C preprocessor

2025-11-26 Thread Joseph Myers
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

cpp: Add UTF-16/UTF-32 encoding auto-detection in C preprocessor

2025-11-26 Thread katahiromz
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