help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: decode-coding-string question


From: Ted Zlatanov
Subject: Re: decode-coding-string question
Date: Fri, 15 Aug 2008 10:54:20 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

On Fri, 15 Aug 2008 02:19:11 +0400 Dmitry Dzhus <dima@sphinx.net.ru> wrote: 

DD> (decode-coding-string (string-make-unibyte "íóëü") 'cp1251)

Thanks.

There should probably be a specific function for this:

(decode-coding-string-as-unibyte "íóëü" 'cp1251)

ditto for decode-coding-region.  Should I add it or is that not
generally useful?  A flag is not as good because both functions have
several flags already.

Ted


reply via email to

[Prev in Thread] Current Thread [Next in Thread]