[RFC] Adding a CharSet Converter to the LLVM Support Library

Like I said on the previous RFC, host-specific differences inevitably cause problems. Because of that, I think conversions using iconv is a bad choice.

I’d prefer to separate “support EBCDIC-1047 encoding” from “support arbitrary encodings”. The use-cases are clearly separate, and as noted in the RFC the required “EBCDIC-1047” encoding doesn’t even exist in commonly used encoding conversion libraries.