+2002-06-13 Stefan Monnier <monnier@cs.yale.edu>
+
+ * xterm.c (XTread_socket): Always decode X*LookupString's output.
+
2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
* window.c (Fset_window_hscroll): Doc fix.
temp_buffer[temp_index++] = copy_bufptr[i];
}
- if (/* If the event is not from XIM, */
- event.xkey.keycode != 0
- /* or the current locale doesn't request
- decoding of the intup data, ... */
- || coding.type == coding_type_raw_text
- || coding.type == coding_type_no_conversion)
- {
- /* ... we can use the input data as is. */
- nchars = nbytes;
- }
- else
{
- /* We have to decode the input data. */
+ /* Decode the input data. */
int require;
unsigned char *p;