summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_vfsops.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-11-01 05:13:13 +0000
committertjr <tjr@FreeBSD.org>2003-11-01 05:13:13 +0000
commit3c1f1a199da3314885eb9bfa43aeff376af61002 (patch)
tree7a458ea464e285a9ff9db7f270ed8f95c1f9e00a /sys/gnu/ext2fs/ext2_vfsops.c
parent8ded4dfb69d56c7c1d2b22688776da16d814d18b (diff)
downloadFreeBSD-src-3c1f1a199da3314885eb9bfa43aeff376af61002.zip
FreeBSD-src-3c1f1a199da3314885eb9bfa43aeff376af61002.tar.gz
Allow mbrtowc() and wcrtomb() to be implemented directly, instead of
as wrappers around the deprecated 4.4BSD rune functions. This paves the way for state-dependent encodings, which the rune API does not support. - Add __emulated_sgetrune() and __emulated_sputrune(), which are implementations of sgetrune() and sputrune() in terms of mbrtowc() and wcrtomb(). - Rename the old rune-wrapper mbrtowc() and wcrtomb() functions to __emulated_mbrtowc() and __emulated_wcrtomb(). - Add __mbrtowc and __wcrtomb function pointers, which point to the current locale's conversion functions, or the __emulated versions. - Implement mbrtowc() and wcrtomb() as calls to these function pointers. - Make the "NONE" encoding implement mbrtowc() and wcrtomb() directly. All of this emulation mess will be removed, together with rune support, in FreeBSD 6.
Diffstat (limited to 'sys/gnu/ext2fs/ext2_vfsops.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud