History log of /freebsd-10-stable/sys/libkern/iconv_ucs.c
Revision Date Author Comments
# 319286 31-May-2017 delphij

MFC r311989 (cem):

libkern: Remove obsolete 'register' keyword


# 267980 27-Jun-2014 jhb

MFC 267291:
Use strcasecmp() instead of strcmp() when checking user-supplied encoding
names so that encoding names are treated as case-insensitive. This allows
the use of 'utf-8' instead of 'UTF-8' for example and matches the behavior
of iconv(1).

PR: 167977


# 267980 27-Jun-2014 jhb

MFC 267291:
Use strcasecmp() instead of strcmp() when checking user-supplied encoding
names so that encoding names are treated as case-insensitive. This allows
the use of 'utf-8' instead of 'UTF-8' for example and matches the behavior
of iconv(1).

PR: 167977