CVSROOT: /cvs Module name: src Changes by: na...@cvs.openbsd.org 2015/04/12 14:18:41
Modified files: lib/libc/locale: runetable.c Log message: Let nl_langinfo(CODESET) return "US-ASCII" as the name of the character codeset for the POSIX/C default locale. This is the preferred IANA name and also used by FreeBSD. The previous value "646" was an obscure reference to ISO 646 (= ASCII) and was not recognized by GNU iconv out of the box. ok millert@, stsp@