* list of coding systems
@ 2005-12-11 12:12 Werner LEMBERG
2005-12-11 23:53 ` Kenichi Handa
0 siblings, 1 reply; 3+ messages in thread
From: Werner LEMBERG @ 2005-12-11 12:12 UTC (permalink / raw)
How can I generate a (human readable) list of coding system which
shows *all* properties of the coding system? Is there a function in
Emacs which can do that?
Werner
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: list of coding systems
2005-12-11 12:12 list of coding systems Werner LEMBERG
@ 2005-12-11 23:53 ` Kenichi Handa
2005-12-12 6:43 ` Werner LEMBERG
0 siblings, 1 reply; 3+ messages in thread
From: Kenichi Handa @ 2005-12-11 23:53 UTC (permalink / raw)
Cc: emacs-devel
In article <20051211.131238.02287822.wl@gnu.org>, Werner LEMBERG <wl@gnu.org> writes:
> How can I generate a (human readable) list of coding system which
> shows *all* properties of the coding system? Is there a function in
> Emacs which can do that?
No. I don't know exactly what you means by "human
readable", but how about this?
(dolist (elt (coding-system-list t))
(pp (cons elt (coding-system-plist elt))))
---
Kenichi Handa
handa@m17n.org
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: list of coding systems
2005-12-11 23:53 ` Kenichi Handa
@ 2005-12-12 6:43 ` Werner LEMBERG
0 siblings, 0 replies; 3+ messages in thread
From: Werner LEMBERG @ 2005-12-12 6:43 UTC (permalink / raw)
Cc: emacs-devel
> > How can I generate a (human readable) list of coding system which
> > shows *all* properties of the coding system? Is there a function in
> > Emacs which can do that?
>
> No. I don't know exactly what you means by "human
> readable", but how about this?
>
> (dolist (elt (coding-system-list t))
> (pp (cons elt (coding-system-plist elt))))
Thanks!
No I can reliably list the bugs and problems.
. Regarding the `windows-125x' tags, I was wrong -- I've indeed
misread the code. Everything is just fine.
. The following coding systems have MIME tags which don't exist:
cp874
next
iso-8859-11
. The following coding system doesn't have the proper MIME tag:
vietnamese-viqr => VIQR
. I wonder whether `japanese-iso-7bit-1978-irv' can get the
`ISO-2022-JP' MIME tag.
. It is perhaps useful to explicitly add `mime-charset nil' to
cyrillic-alternativnyj
in-is13194
Hmm, maybe it's even better to tag all codings without a MIME tag
accordingly.
Werner
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-12-12 6:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-11 12:12 list of coding systems Werner LEMBERG
2005-12-11 23:53 ` Kenichi Handa
2005-12-12 6:43 ` Werner LEMBERG
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.