[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Coding system conversion error (was Re: abort in x_handle_selection_
From: |
Richard Stallman |
Subject: |
Re: Coding system conversion error (was Re: abort in x_handle_selection_event when copying text) |
Date: |
Thu, 10 Feb 2005 01:01:40 -0500 |
It is possible for a multibyte string to have NBYTES = NCHARS.
The clean fix is for the args to allocate_string_data to indicate
explicitly whether the string is unibyte or multibyte.
This could be done with another argument, or by specifying -1
for NBYTES when the string is unibyte.
- Re: Coding system conversion error, (continued)
- Re: Coding system conversion error, Jan D., 2005/02/12
- Re: Coding system conversion error, Kim F. Storm, 2005/02/12
- Re: Coding system conversion error, Kenichi Handa, 2005/02/12
- Re: Coding system conversion error, Kim F. Storm, 2005/02/13
- Re: Coding system conversion error, Stefan Monnier, 2005/02/13
- Re: Coding system conversion error, Kenichi Handa, 2005/02/13
- Re: Coding system conversion error, Jan D., 2005/02/14
- Re: Coding system conversion error, Kenichi Handa, 2005/02/14
- Re: Coding system conversion error, Richard Stallman, 2005/02/12
Re: Coding system conversion error, Kenichi Handa, 2005/02/11
Re: Coding system conversion error (was Re: abort in x_handle_selection_event when copying text),
Richard Stallman <=