[PATCH] D153418: Adding iconv support to CharSetConverter class

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 21 12:23:26 PDT 2023


efriedma added a comment.

This doesn't really address the concerns from https://discourse.llvm.org/t/rfc-adding-a-charset-converter-to-the-llvm-support-library/69795/17 about consistency.  It's bad if different hosts support a different set of charsets/charset names, and it's really bad if a given charset name has different meanings on different hosts.

Can we use the existing conversion utilities in LLVM for UTF-16/UTF-32?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153418/new/

https://reviews.llvm.org/D153418



More information about the cfe-commits mailing list