[llvm] Create a EncodingConverter class with both iconv and icu support. (PR #138893)
Abhina Sree via llvm-commits
llvm-commits at lists.llvm.org
Thu May 15 06:09:27 PDT 2025
================
@@ -0,0 +1,139 @@
+//===-- EncodingConverter.h - Encoding conversion class -----------*- C++ -*-=//
----------------
abhina-sree wrote:
Thanks, I've renamed the filenames to TextEncoding and the class to TextEncodingConverter now
https://github.com/llvm/llvm-project/pull/138893
More information about the llvm-commits
mailing list