summaryrefslogtreecommitdiff
path: root/xc/lib/X11/imConv.c
diff options
context:
space:
mode:
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])