diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-09-30 09:35:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-09-30 09:35:37 (GMT) |
commit | 118ce59be7642a9ffb4b76067ae5196515b0ef26 (patch) | |
tree | b38b53523c2bbd07a3e6597bd6e88d9ce400d6f5 /doc | |
parent | fa325b1f3aae9f5eb024840d676d4ebbeba05b15 (diff) | |
download | tk-118ce59be7642a9ffb4b76067ae5196515b0ef26.zip tk-118ce59be7642a9ffb4b76067ae5196515b0ef26.tar.gz tk-118ce59be7642a9ffb4b76067ae5196515b0ef26.tar.bz2 |
* doc/bind.n: Doc-fix to mention that %A substitutes UNICODE
characters rather than ASCII ones. Tk's done this ever since 8.1
in any case; after all, it is the right thing to do.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bind.n | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: bind.n,v 1.6 2002/06/14 22:25:11 jenglish Exp $ +'\" RCS: @(#) $Id: bind.n,v 1.7 2002/09/30 09:35:39 dkf Exp $ '\" .so man.macros .TH bind n 8.0 Tk "Tk Built-In Commands" @@ -351,10 +351,11 @@ an \fIx\fR field. The \fIy\fR field from the event. Valid only for events containing a \fIy\fR field. .IP \fB%A\fR 5 -Substitutes the ASCII character corresponding to the event, or -the empty string if the event doesn't correspond to an ASCII character -(e.g. the shift key was pressed). \fBXLookupString\fR does all the -work of translating from the event to an ASCII character. +Substitutes the UNICODE character corresponding to the event, or +the empty string if the event doesn't correspond to a UNICODE character +(e.g. the shift key was pressed). \fBXmbLookupString\fR (or +\fBXLookupString\fR when input method support is turned off) does all +the work of translating from the event to a UNICODE character. Valid only for \fBKeyPress\fR and \fBKeyRelease\fR events. .IP \fB%B\fR 5 The \fIborder_width\fR field from the event. Valid only for |