mirror of https://git.musl-libc.org/git/musl
Browse Source
while not a requirement, it's common convention in other iconv implementations to accept "CHAR" as an alias for nl_langinfo(CODESET), meaning the encoding used for char[] strings in the current locale, and also "" as an alternate form. supporting this is not costly and improves compatibility.master
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue