summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/port/locale/utf8.c
AgeCommit message (Collapse)AuthorFilesLines
2020-06-0712689 Want c11 uchar.hRobert Mustacchi1-6/+0
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-03-2612358 Need mbrtowc variant that indicates consumed zero bytesRobert Mustacchi1-9/+18
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Yuri Pankov <ypankov@fastmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2014-07-112964 need POSIX 2008 locale object supportGarrett D'Amore1-23/+11
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2011-01-13615 remove support legacy 7-bit ASCIIGarrett D'Amore1-20/+10
628 minor perf enhancement for UTF-8 Reviewed by: roland.mainz@nexenta.com Approved by: albert.lee@nexenta.com
2010-10-088 libc locale work needs updated license filesGarrett D'Amore1-4/+1
223 libc needs multibyte locale support for collation 225 libc locale binary files should be in native byte order 309 populate initial locales for illumos Reviewed by: gwr@nexenta.com Reviewed by: richlowe@richlowe.net Reviewed by: cjlove@san.rr.net Approved by: gwr@nexenta.com
2010-08-1849 open i18n bits should define charset_is_ascii for the rest of libcRichard Lowe1-0/+2
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com --HG-- extra : rebase_source : 6552afbce0a05e927a845d73c32a5008305f3eff
2010-07-302 We need a fully open libc (no libc_i18n)Garrett D'Amore1-0/+441
Reviewd by: garrett@nexenta.com Approved by: garrett@nexenta.com