[llvm] Create a EncodingConverter class with both iconv and icu support. (PR #138893)

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Wed May 14 19:57:56 PDT 2025


================
@@ -0,0 +1,139 @@
+//===-- EncodingConverter.h - Encoding conversion class -----------*- C++ -*-=//
----------------
hubert-reinterpretcast wrote:

Is it worthwhile perhaps to say "TextEncoding" (for the filename and other names) instead of plain "Encoding"?

https://github.com/llvm/llvm-project/pull/138893


More information about the llvm-commits mailing list