comparison src/xterm.c @ 44974:cc9283570d1b

(XTread_socket): Disable the Xutf8LookupString code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 29 Apr 2002 18:22:04 +0000
parents d1160796ccc1
children 0b6da8b7d7ac
comparison
equal deleted inserted replaced
44973:73e9132139f2 44974:cc9283570d1b
10493 nbytes = XmbLookupString (FRAME_XIC (f), 10493 nbytes = XmbLookupString (FRAME_XIC (f),
10494 &event.xkey, copy_bufptr, 10494 &event.xkey, copy_bufptr,
10495 copy_bufsiz, &keysym, 10495 copy_bufsiz, &keysym,
10496 &status_return); 10496 &status_return);
10497 } 10497 }
10498 #ifdef X_HAVE_UTF8_STRING 10498 /* Xutf8LookupString is a new but already deprecated interface. -stef */
10499 #if 0 && defined X_HAVE_UTF8_STRING
10499 else if (status_return == XLookupKeySym) 10500 else if (status_return == XLookupKeySym)
10500 { /* Try again but with utf-8. */ 10501 { /* Try again but with utf-8. */
10501 coding_system = Qutf_8; 10502 coding_system = Qutf_8;
10502 nbytes = Xutf8LookupString (FRAME_XIC (f), 10503 nbytes = Xutf8LookupString (FRAME_XIC (f),
10503 &event.xkey, copy_bufptr, 10504 &event.xkey, copy_bufptr,