[libc-commits] [libc] [libc] Support %lc in printf (PR #169983)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Jan 6 10:02:33 PST 2026


================
@@ -0,0 +1,8 @@
+{
+    "printf": {
+      "LIBC_CONF_PRINTF_DISABLE_WIDE": {
+        "value": "true",
+        "doc": "Disable handling wide characters for printf and friends."
+      }
+    }
+}
----------------
michaelrj-google wrote:

nit: fix missing newline

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


More information about the libc-commits mailing list