Date: Thu, 3 Oct 2002 04:14:00 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale tolower.3 toupper.3 Message-ID: <200210031114.g93BE0to081453@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/10/03 04:14:00 PDT Modified files: lib/libc/locale tolower.3 toupper.3 Log: Point out that although toupper() and tolower() really accept rune_t's and not just unsigned char's, callers should use towupper() and towlower() instead when working with wide characters if portability is a concern. Revision Changes Path 1.15 +14 -2 src/lib/libc/locale/tolower.3 1.15 +14 -2 src/lib/libc/locale/toupper.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210031114.g93BE0to081453>