summaryrefslogtreecommitdiffstats
path: root/doc/encoding.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-10-26 12:25:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-10-26 12:25:06 (GMT)
commitd3af9b6c8c71010caf7b39bc82653ab9db34d055 (patch)
tree6ffe54feca90d79693e6c085d0acc805e45688d4 /doc/encoding.n
parent6e5d020adfd8a9e2e8aec524efa0135fcf2fd7c4 (diff)
downloadtcl-d3af9b6c8c71010caf7b39bc82653ab9db34d055.zip
tcl-d3af9b6c8c71010caf7b39bc82653ab9db34d055.tar.gz
tcl-d3af9b6c8c71010caf7b39bc82653ab9db34d055.tar.bz2
Fix minor faults.
Diffstat (limited to 'doc/encoding.n')
-rw-r--r--doc/encoding.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/encoding.n b/doc/encoding.n
index 4524959..376780c 100644
--- a/doc/encoding.n
+++ b/doc/encoding.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: encoding.n,v 1.10 2007/10/25 14:07:32 dkf Exp $
+'\" RCS: @(#) $Id: encoding.n,v 1.11 2007/10/26 12:25:06 dkf Exp $
'\"
.so man.macros
.TH encoding n "8.1" Tcl "Tcl Built-In Commands"
@@ -82,10 +82,10 @@ of the original string. The \fBencoding\fR command can be used to
convert this string to the expected Japanese Unicode characters. For
example,
.CS
-set s [\fBencoding convertfrom\fR euc-jp "\\xA4\\xCF"]
+set s [\fBencoding convertfrom\fR euc-jp "\exA4\exCF"]
.CE
would return the Unicode string
-.QW "\\u306F" ,
+.QW "\eu306F" ,
which is the Hiragana letter HA.
.SH "SEE ALSO"
fconfigure(n), Tcl_GetEncoding(3)