aboutsummaryrefslogtreecommitdiff
path: root/lib/libkiconv
Commit message (Collapse)AuthorAgeFilesLines
* Markup fixes.Ruslan Ermilov2004-07-051-22/+28
| | | | Notes: svn path=/head/; revision=131610
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
| | | | Notes: svn path=/head/; revision=131504
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131472
* Fixed misspellings of '\0' as NULL.Bruce Evans2004-03-141-2/+2
| | | | Notes: svn path=/head/; revision=126949
* Make msdosfs long filenames matching case insensitive again.Max Khon2003-12-083-0/+42
| | | | | | | | PR: 59765 Submitted by: Ryuichiro Imura <imura@ryu16.org> Notes: svn path=/head/; revision=123293
* Correct .Xr's in kiconv.3.Bruce M Simpson2003-10-051-3/+3
| | | | | | | Submitted by: osa Notes: svn path=/head/; revision=120814
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-266-0/+815
- 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> Notes: svn path=/head/; revision=120492