Tcl Source Code

View Ticket
Login
Ticket UUID: 218720
Title: no man page for tcl library procedures: Tcl_*UniChar*
Type: Bug Version: obsolete: 8.1
Submitter: nobody Created on: 2000-10-26 01:04:32
Subsystem: 44. UTF-8 Strings Assigned To: andreas_kupries
Priority: 2 Severity:
Status: Closed Last Modified: 2001-04-07 06:29:34
Resolution: Fixed Closed By: andreas_kupries
    Closed on: 2001-04-06 23:29:33
Description:
OriginalBugID: 1844 Bug
Version: 8.1
SubmitDate: '1999-04-14'
LastModified: '1999-04-27'
Severity: MED
Status: Released
Submitter: admin
ChangedBy: kenj
OS: All
OSVersion: NA
Machine: NA
FixedDate: '1999-04-27'
FixedInVersion: 8.1
ClosedDate: '2000-10-25'


man pages for the following tcl library procedures are missing:

Tcl_UniCharIsAlnum
Tcl_UniCharIsAlpha
Tcl_UniCharIsDigit
Tcl_UniCharIsLower
Tcl_UniCharIsSpace
Tcl_UniCharIsUpper
Tcl_UniCharIsWordChar
Tcl_UniCharLen
Tcl_UniCharNcmp
Tcl_UniCharToUtfDString
Tcl_UniChars
Tcl_UtfToUniCharDString


04/27/1999 19:39 - kenj - Documented Tcl_UniCharIs* in new UniCharIsAlpha.3 man page. Added Tcl_UniCharLen and Tcl_UniCharNcmp to Utf.3 man page. (Hm. Now I'm wondering why I put those last two in Utf.3. Oh, well, it's done for now.)
User Comments: andreas_kupries added on 2001-04-07 06:29:34:

File Added - 5097: ak.218720.1.diff

andreas_kupries added on 2001-04-07 06:29:33:
Logged In: YES 
user_id=75003

Updated patch (sync'd to CVS Head).
Committed.

andreas_kupries added on 2001-04-07 05:39:36:

File Added - 5093: ak.218720.0.diff

Logged In: YES 
user_id=75003

Uploaded a patch containing new manpage and updated
"mkLinks".

andreas_kupries added on 2001-04-07 02:03:57:
Logged In: YES 
user_id=75003

The functions below are documented, in "Utf.3".

Tcl_UniCharLenUtf.3
Tcl_UniCharNcmpUtf.3
Tcl_UniCharToUtfDStringUtf.3
Tcl_UtfToUniCharDStringUtf.3

"Tcl_UniChars" does not exist.

Concentrating on the rest now.

dgp added on 2001-04-04 13:41:26:
Logged In: YES 
user_id=80530

Re-opened.  There is no file doc/UniCharIsAlpha.3.

Attachments: