summaryrefslogtreecommitdiff
path: root/xc/lib/X11/imConv.c
diff options
context:
space:
mode:
authordawes <dawes>2001-03-19 17:45:15 +0000
committerdawes <dawes>2001-03-19 17:45:15 +0000
commit7bf7bda7738b2029bc71015f9ea08304c15e7240 (patch)
tree95c06cadb9f7fdb6d456eafb2cb015653c617724 /xc/lib/X11/imConv.c
parent856c96701fa6c514447af12b4b881f762e59767c (diff)
Import of XFree86 4.0.99.1X_4_0_99_1
Diffstat (limited to 'xc/lib/X11/imConv.c')
-rw-r--r--xc/lib/X11/imConv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/X11/imConv.c b/xc/lib/X11/imConv.c
index 5863e7294..339ba13c3 100644
--- a/xc/lib/X11/imConv.c
+++ b/xc/lib/X11/imConv.c
@@ -33,7 +33,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
/* 2000 Modifier: Ivan Pascal The XFree86 Project.
*/
-/* $XFree86: xc/lib/X11/imConv.c,v 1.30 2000/12/04 18:49:21 dawes Exp $ */
+/* $XFree86: xc/lib/X11/imConv.c,v 1.31 2001/02/09 00:02:53 dawes Exp $ */
#define NEED_EVENTS
#include <stdio.h>
@@ -76,7 +76,7 @@ struct SubstRec {
static struct SubstRec SubstTable[] = {
{"STRING", "ISO8859-1"},
- {"TACTIS", "TIS620.2533-1"},
+ {"TIS620", "TIS620-0"},
{"UTF-8", "ISO10646-1"}
};
#define num_substitute (sizeof SubstTable / sizeof SubstTable[0])