summaryrefslogtreecommitdiffstats
path: root/doc/Utf.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵jan.nijtmans2020-05-131-1/+1
|\ | | | | | | See: [81242a48c8]
| * Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. ↵jan.nijtmans2020-05-131-1/+1
| |\ | | | | | | | | | See: [81242a48c8]
| | * Change back implementation of Tcl_UtfAtIndex() to how it was. Update ↵jan.nijtmans2020-05-121-5/+7
| | |\ | | | | | | | | | | | | documentation.
| | * | Demonstration for documentation bug, and suggestion for improved wording. ↵jan.nijtmans2020-05-101-1/+3
| | |/ | | | | | | | | | More explanation will follow in the ticket.
| | * Cherry-pick Tcl_UniCharAtIndex() implementation from [6596c4af31], but ↵jan.nijtmans2020-04-261-1/+1
| | | | | | | | | | | | adapted to the needs of TIPs 389/542.
| | * Merge 8.6jan.nijtmans2020-04-141-7/+21
| | |\
| | * | Little doc tweakjan.nijtmans2019-12-121-6/+5
| | | |
| | * | Merge tip-548jan.nijtmans2019-08-021-1/+1
| | |\ \
| | | * \ Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* ↵jan.nijtmans2019-08-021-1/+1
| | | |\ \ | | | | | | | | | | | | | | | | | | functions could be used in Win32 extensions.
| | | | * | Document that the *Backslash parsing functions output maximum 4 bytes, ↵jan.nijtmans2019-08-021-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | irrespectable of the TCL_UTF_MAX setting: It could be 4 for the "\Uxxxxxx" construct, but never more. Move <stddef.h> and <locale.h> to tclInt.h, so the can be removed from various other places.
| | * | | | Merge tip-548jan.nijtmans2019-08-011-6/+19
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 8.7. Documentation improvements and code cleanup. Approaching finish.jan.nijtmans2019-08-011-7/+23
| | | |\ \ \ | | | | |/ /
| | * | | | Merge tip-548jan.nijtmans2019-08-011-4/+4
| | |\ \ \ \ | | | |/ / /
| | | * | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-3/+3
| | | | | |
| | * | | | Merge tip-548 branch.jan.nijtmans2019-06-031-1/+0
| | |\ \ \ \ | | | |/ / /
| | | * | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide ↵jan.nijtmans2019-06-031-11/+18
| | | |/ / | | | | | | | | | | | | | | | more flexible replacement functions
| | * | | More WIP: eliminate all usage of (platform-specific) ↵jan.nijtmans2019-05-221-20/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() to its proposed portable replacements: Tcl_Utf16ToUtfDString()/Tcl_UtfToUtf16DString() This allows for Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() to be declared deprecated.
| | * | | Merge 8.7jan.nijtmans2019-03-241-4/+4
| | |\ \ \ | | | |/ /
| | | * | Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ↵jan.nijtmans2019-03-181-3/+4
| | | | | | | | | | | | | | | | | | | | Add type cast in tclUtf.c, making actual check clearer
| | * | | Add 4 new encodings, and add documentation.jan.nijtmans2019-03-181-6/+43
| | |/ /
| | * | Merge 8.6jan.nijtmans2019-02-191-1/+1
| | |\ \
| | * | | Fix "string tolower" and friends for handling unpaired surrogates correctly. ↵jan.nijtmans2018-06-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Also add test-cases for those situations. Various typo's in comments.
| | * | | Merge 8.6. And add more documentation and test-cases regarding the behavior ↵jan.nijtmans2018-06-181-6/+6
| | |\ \ \ | | | |/ / | | | | | | | | | | of Tcl_UniCharToUtf()
| | * | | Merge core-8-branch. Also, use a different value for TCL_STUB_MAGIC when ↵jan.nijtmans2017-11-291-1/+1
| | |\ \ \ | | | |/ / | | | | | | | | | | TCL_UTF_MAX>4.
| | * | | Treat invalid UTF-8 characters in the range 0x80-0x9F as cp1252: See ↵jan.nijtmans2017-11-291-0/+3
| | | | | | | | | | | | | | | | | | | | [https://en.wikipedia.org/wiki/UTF-8]. To be added to TIP #389
| | * | | merge core-8-branch. Fix some Tcl_UniChar initialization, in case ↵jan.nijtmans2017-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | TCL_UTF_MAX == 4
| | * | | Somewhat simplified implementation of TIP #389, in which the "string length" ↵jan.nijtmans2017-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | if characters > U+FFFF is considered to be 2, not 1.
| * | | | Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how it was. Will be ↵jan.nijtmans2020-04-181-23/+14
| | | | | | | | | | | | | | | | | | | | updated later, when implementation is ready and agreed upon.
* | | | | (cherry-pick): Update documentation of Tcl_UtfPrev/Tcl_UtfNext back to how ↵jan.nijtmans2020-04-221-15/+6
| | | | | | | | | | | | | | | | | | | | it was. Will be updated later, when implementation is ready and agreed upon.
* | | | | Merge 8.5. Failing tests for now. To be remedied shortly.dgp2020-04-161-5/+14
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Improve the docs for Tcl_UtfNext.dgp2020-04-161-5/+14
| | | |
* | | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-7/+21
|\ \ \ \ | |/ / /
| * | | Improve the precision of the Tcl_UtfPrev documentation.dgp2020-04-131-7/+21
| | | |
* | | | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵jan.nijtmans2020-03-171-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | Unicode tables. Not used in 8.6 yet.
| * | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-091-1/+1
| | |
* | | Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ↵jan.nijtmans2017-11-291-1/+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.
* | Remove unnecessary end-of-line spacing (preparing for some further ↵jan.nijtmans2015-09-041-7/+7
| | | | | | | | documentation updates)
* | Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unixjan.nijtmans2015-08-061-1/+1
|\ \ | |/
| * Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unixjan.nijtmans2015-08-061-1/+1
| |
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ \ | |/ | | | | and possibly others.
| * 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 linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * 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.
| | * Tightened up Tcl_Utf{Next,Prev} docs. [Bug 769895]dkf2003-07-181-5/+8
| | |
| | * * doc/AddErrInfo.3: Improved consistency of documentationdgp2003-07-181-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/CrtTrace.3: by using "null" everywhere to refer to * doc/Encoding.3: the character '\0', and using "NULL" * doc/Eval.3: everywhere to refer to the value of a * doc/GetIndex.3: pointer that points to nowhere. * doc/Hash.3: Also dropped references to ASCII that * doc/LinkVar.3: are no longer true, and standardized on * doc/Macintosh.3: the hyphenated spelling of "null-terminated". * doc/OpenFileChnl.3: * doc/SetVar.3: * doc/StringObj.3: * doc/Utf.3:
* | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-2/+2
|/ / | | | | | | typedefs, add a few missing bits)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-3/+4
| | | | | | | | generation works
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| |