Deleted Added
full compact
39c39
< __FBSDID("$FreeBSD: head/lib/libc/locale/setrunelocale.c 290494 2015-11-07 12:43:35Z bapt $");
---
> __FBSDID("$FreeBSD: head/lib/libc/locale/setrunelocale.c 290618 2015-11-09 22:06:22Z bapt $");
132c132,134
< if (strncmp(rl->__encoding, "NONE", 4) == 0)
---
> if (strcmp(rl->__encoding, "NONE:US-ASCII") == 0)
> ret = _ascii_init(l, rl);
> else if (strncmp(rl->__encoding, "NONE", 4) == 0)