summaryrefslogtreecommitdiffstats
path: root/doc/UniCharIsAlpha.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix documentationjan.nijtmans2021-03-101-1/+2
|
* TIP #597 implementation: "string is unicode" and new wtf-8 encodingjan.nijtmans2021-03-101-1/+6
|
* Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL ↵jan.nijtmans2017-11-301-1/+1
| | | | | chars strangely. Also fix various initializations, which only make a difference when TCL_UTF_MAX == 4. Add new test-cases which demonstrate the fix. For TCL_UTF_MAX == 4, surrogates will now be handled as expected as well when sorting.
* Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ↵jan.nijtmans2017-11-291-4/+1
| | | | | == 4. Also update documentation to distinguish better between "Tcl_UniChar" and "Unicode character": Those are not necessary the same when TCL_UTF_MAX == 4. No change when TCL_UTF_MAX == 4 or TCL_UTF_MAX == 6.
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-1/+1
|
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | and possibly others.
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ | | | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | more harm than good. Purged them.
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Fix markup errors.jenglish2007-12-101-2/+2
| | | | | | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO".
* | Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-1/+2
|/
* fixed minor nroff bugshobbs2001-05-031-4/+4
|
* 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-04-061-0/+92
* unix/Makefile.in (checkdoc): New target, checking the definitions as found in the compiled library against the manpages to find undocumented public functionality. * unix/mkLinks: Updated to include the new manpage. * doc/UniCharIsAlpha.3: New manpage documenting the Unicode character classification APIs [Bug #218720].