145 lines
3.3 KiB
Plaintext
145 lines
3.3 KiB
Plaintext
# $NetBSD: TODO.i18n,v 1.4 2004/01/02 21:09:44 itojun Exp $
|
|
|
|
NetBSD I18N support status / TODO
|
|
|
|
|
|
- : unsupported, i : incomplete, s : supported, m : manpage exists
|
|
|
|
iconv.h
|
|
status spec remarks
|
|
iconv_open sm XPG4
|
|
iconv sm XPG4
|
|
iconv_close sm XPG4
|
|
|
|
|
|
langinfo.h
|
|
status spec remarks
|
|
nl_langinfo sm
|
|
|
|
|
|
locale.h
|
|
status spec remarks
|
|
localeconv sm
|
|
setlocale im LC_CTYPE / LC_MESSAGES only.
|
|
|
|
|
|
nl_types.h
|
|
status spec remarks
|
|
catclose sm XPG3
|
|
catgets sm XPG3
|
|
catopen sm XPG3
|
|
|
|
|
|
wchar.h
|
|
status spec remarks
|
|
btowc sm
|
|
fgetwc sm
|
|
fgetws sm
|
|
fputwc sm
|
|
fputws sm
|
|
fwide sm
|
|
fwprintf -
|
|
fwscanf -
|
|
getwc sm
|
|
getwchar sm
|
|
mbrlen sm
|
|
mbrtowc sm
|
|
mbsinit sm
|
|
mbsrtowcs sm
|
|
putwc sm
|
|
putwchar sm
|
|
swprintf -
|
|
swscanf -
|
|
ungetwc sm
|
|
vfwprintf -
|
|
vfwscanf -
|
|
vwprintf -
|
|
vswprintf -
|
|
vswscanf -
|
|
vwscanf -
|
|
wcrtomb sm
|
|
wcscat sm
|
|
wcschr sm
|
|
wcscmp sm
|
|
wcscoll i LC_COLLATE not supported.
|
|
wcscpy sm
|
|
wcscspn sm
|
|
wcsftime -
|
|
wcslen sm
|
|
wcsncat sm
|
|
wcsncmp sm
|
|
wcsncpy sm
|
|
wcspbrk sm
|
|
wcsrchr sm
|
|
wcsrtombs sm
|
|
wcsspn sm
|
|
wcsstr sm
|
|
wcstod s
|
|
wcstof - SUSv3
|
|
wcstok sm
|
|
wcstol s
|
|
wcstold - SUSv3
|
|
wcstoll s SUSv3
|
|
wcstoul s
|
|
wcstoull s SUSv3
|
|
wcswcs s SUSv3
|
|
wcsxfrm i LC_COLLATE not supported.
|
|
wctob sm
|
|
wmemchr sm
|
|
wmemcmp sm
|
|
wmemcpy sm
|
|
wmemmove sm
|
|
wmemset sm
|
|
wprintf -
|
|
wscanf -
|
|
|
|
|
|
wctype.h
|
|
status spec remarks
|
|
iswalnum sm
|
|
iswalpha sm
|
|
iswblank sm
|
|
iswcntrl sm
|
|
iswdigit sm
|
|
iswgraph sm
|
|
iswlower sm
|
|
iswprint sm
|
|
iswpunct sm
|
|
iswspace sm
|
|
iswupper sm
|
|
iswxdigit sm
|
|
iswctype im basic support
|
|
towctrans im basic support
|
|
towlower sm
|
|
towupper sm
|
|
wctrans im basic support
|
|
wctype im basic support
|
|
|
|
|
|
inttypes.h
|
|
status spec remarks
|
|
wcstoimax s
|
|
wcstoumax s
|
|
|
|
|
|
user tools
|
|
status spec remarks
|
|
iconv sm SUSv3
|
|
localedef - SUSv3
|
|
locale sm SUSv3
|
|
|
|
|
|
misc TODO:
|
|
|
|
printf family support %$.
|
|
LC_COLLATE should be supported.
|
|
LC_MONETARY should be supported.
|
|
LC_NUMERIC should be supported.
|
|
LC_TIME should be supported.
|
|
message catalog make consistent with LC_CTYPE names.
|
|
libintl support automatic iconv by LC_CTYPE.
|
|
curses support multibyte char.
|
|
regexp support multibyte char.
|
|
regress enrich test items.
|
|
this list add forgotten items.
|