[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lessen user alarm when coding system is questioned
From: |
Richard Stallman |
Subject: |
Re: lessen user alarm when coding system is questioned |
Date: |
Wed, 26 Dec 2001 12:33:36 -0500 |
One way is to add argument CODING-SYSTEMS to
find-coding-systems-region. It is a list of coding systems
that select-safe-coding-system will silently try. Then,
make find-coding-systems-region-internal also return
characters (or positions of characters) that are not
supported by each coding systems in CODING-SYSTEMS.
We also have to modify select-safe-coding-system to display
the result of above detection property to users.
Would someone like to work on this?