aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl/no-utf8-code-units-locale.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: cherry-pick upstream fixesTimo Teräs2015-09-111-15/+0
| | | | | make previous commits the upstream versions, and add few additional fixes
* main/musl: fix nl_langinfo(CODESET) to not return UTF-8-CODE-UNITSTimo Teräs2015-09-051-0/+15
The return value is used often as argument to iconv where it's not recognized. Revert back to return UTF8 which works.