[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `decode-coding-string' question
From: |
Kenichi Handa |
Subject: |
Re: `decode-coding-string' question |
Date: |
Tue, 04 Jul 2006 09:50:16 +0900 |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) |
In article <address@hidden>, Paul Pogonyshev <address@hidden> writes:
> Say I have a string with various text properties set. If I then
> apply `decode-coding-string' to it, all the properties are lost.
> Is there a way to transfer properties from ``character beginning''
> (i.e. first character of a number being combined during decoding)
> to the decoded character?
In the current implementation, it's impossible. But, first
of all, why do you have text properties on unibyte string?
I think all text processing should be done after the string
is decoded.
---
Kenichi Handa
address@hidden
- `decode-coding-string' question, Paul Pogonyshev, 2006/07/03
- Re: `decode-coding-string' question,
Kenichi Handa <=
- Re: `decode-coding-string' question, Eli Zaretskii, 2006/07/03
- Re: `decode-coding-string' question, Paul Pogonyshev, 2006/07/04
- Re: `decode-coding-string' question, Kenichi Handa, 2006/07/05
- Re: `decode-coding-string' question, Paul Pogonyshev, 2006/07/06
- Re: `decode-coding-string' question, Eli Zaretskii, 2006/07/06