diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/bind.n | 11 |
2 files changed, 12 insertions, 5 deletions
@@ -1,3 +1,9 @@ +2002-09-30 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * 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. + 2002-09-27 Don Porter <dgp@users.sf.net> * README: Bumped to version 8.4.1 to avoid confusion @@ -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 |