summaryrefslogtreecommitdiffstats
path: root/doc/Utf.3
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-09-141-8/+32
|\
| * 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.
| * \ Merge 8.7. Documentation improvements and code cleanup. Approaching finish.jan.nijtmans2019-08-011-7/+23
| |\ \
| * | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-3/+3
| | | |
| * | | TIP #548: Deprecate Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf() and provide ↵jan.nijtmans2019-06-031-11/+18
| |/ / | | | | | | | | | more flexible replacement functions
* | | Merge 8.7jan.nijtmans2019-08-021-5/+5
|\ \ \ | | |/ | |/|
| * | 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.
* | Enhance documentations. Move TCL_INDEX_NONE from tclInt.h to tcl.h, since ↵jan.nijtmans2019-03-311-1/+1
| | | | | | | | it's too useful.
* | Merge 8.7jan.nijtmans2019-03-181-3/+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
* | Merge 8.7jan.nijtmans2019-02-191-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2019-02-191-1/+1
| |\
* | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make ↵jan.nijtmans2018-11-181-2/+2
| | | | | | | | | | | | | | | | | | code and documentation more readable. Shifted to feature branch as a temporary measure since it doesn't build.
* | | Merge trunkjan.nijtmans2018-07-051-1/+1
|\ \ \ | |/ / | | | Handle TclCopyAndCollapse, *Trace* et al
* | | merge trunkjan.nijtmans2018-06-271-11/+13
|\ \ \ | |/ /
| * | 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 trunkjan.nijtmans2018-05-231-1/+4
|\ \ \ | |/ /
| * | 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.
* | | doc fixesjan.nijtmans2017-12-061-4/+4
| | |
* | | merge trunkjan.nijtmans2017-12-011-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.
* | Handle Tcl_UtfAtIndex/Tcl_UniCharAtIndex for extended index range. More ↵jan.nijtmans2017-11-161-3/+3
| | | | | | | | field fixes.
* | merge novemjan.nijtmans2017-06-091-10/+8
| |
* | merge trunkjan.nijtmans2015-09-221-7/+7
|\ \ | |/
| * Remove unnecessary end-of-line spacing (preparing for some further ↵jan.nijtmans2015-09-041-7/+7
| | | | | | | | documentation updates)
* | merge trunkjan.nijtmans2015-08-061-1/+1
|\ \ | |/
| * 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
| | |
* | | Merge trunk (order of man.macros inclusion).jan.nijtmans2013-11-081-1/+1
|\ \ \ | |/ / | | | Simplify TCLAPI definition: Since there are extern "C" guards around all TCLAPI usage, the definition itself doesn't need special C++ handling any more.
| * | 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.
* | | Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned ↵jan.nijtmans2013-05-061-1/+1
|/ / | | | | | | | | | | | | long. This is potentially binary incompatible on win64, but not on any other platform. It eliminates the need for special stub-wrappers on Cygwin64 for those functions. "novem" doesn't promise binary compatibility anyway.
* | 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
| |
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-031-20/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Environment.3: public C API to avoid conflict/confusion with * doc/Eval.3: the std::string of C++. * doc/ExprLong.3, doc/ExprLongObj.3, doc/GetInt.3, doc/GetOpnFl.3: * doc/ParseCmd.3, doc/RegExp.3, doc/SetResult.3, doc/StrMatch.3: * doc/Utf.3, generic/tcl.decls, generic/tclBasic.c, generic/tclEnv.c: * generic/tclGet.c, generic/tclParse.c, generic/tclParseExpr.c: * generic/tclRegexp.c, generic/tclResult.c, generic/tclUtf.c: * generic/tclUtil.c, unix/tclUnixChan.c: * generic/tclDecls.h: `make genstubs`
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-13/+1
| |
* | Reduce the number of warnings given by nroff...dkf2004-10-071-2/+2
| |
* | Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-11/+11
| |
* | Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-2/+2
| |