Searched hist:250883 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
H A D_types.hdiff 250883 Tue May 21 18:04:01 MDT 2013 ed Add <uchar.h>.

The <uchar.h> header, part of C11, adds a small number of utility
functions for 16/32-bit "universal" characters, which may or may not be
UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight
wrappers around wcrtomb() and mbrtowc().

While there, also add (non-yet-standard) _l functions, similar to the
ones we already have for the other locale-dependent functions.

Reviewed by: theraven
/freebsd-11-stable/include/
H A DMakefilediff 250883 Tue May 21 18:04:01 MDT 2013 ed Add <uchar.h>.

The <uchar.h> header, part of C11, adds a small number of utility
functions for 16/32-bit "universal" characters, which may or may not be
UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight
wrappers around wcrtomb() and mbrtowc().

While there, also add (non-yet-standard) _l functions, similar to the
ones we already have for the other locale-dependent functions.

Reviewed by: theraven

Completed in 97 milliseconds