summaryrefslogtreecommitdiffstats
path: root/sys/libkern/iconv_converter_if.m
Commit message (Collapse)AuthorAgeFilesLines
* Switch to our preferred 2-clause BSD license.joel2010-04-071-7/+1
| | | | Approved by: bp
* done method is supposed to return int.delphij2009-06-221-1/+1
|
* Split tolower/toupper code from usual xlat16 kiconv table, and make itdelphij2009-06-221-0/+10
| | | | | | | | possible to do tolower/toupper independently without code conversion. Submitted by: imura (but bugs are mine) Obtained from: http://people.freebsd.org/~imura/kiconv/ (1_kiconv_wctype_kern.diff, 1_kiconv_wctype_user.diff)
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-071-1/+1
|
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-0/+2
| | | | | | | | - CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options (with corresponding modules). - kiconv(3) for loadable charset conversion tables support. Submitted by: Ryuichiro Imura <imura@ryu16.org>
* Add function prototypes and base module for kernel side iconv library.bp2001-04-091-0/+68
Add simple "xlat" converter which performs 8to8 table based conversion. Unicode converter will be added in the near future. Reviewed by: silence on arch@ Files placement reviewed by: bde Obtained from: smbfs
OpenPOWER on IntegriCloud