emacs-devel
[Top][All Lists]
Advanced

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

Re: File name completion with non-ascii filenames


From: Richard Stallman
Subject: Re: File name completion with non-ascii filenames
Date: Wed, 16 Jan 2002 19:37:02 -0700 (MST)

    If we had a way to downcase encoded text, we could solve this with a 
    suitable modification to the DOWNCASE macro.

It is possible to downcase encoded text by decoding it into multibyte,
downcasing it, and re-encoding it.  Will this do the job?

    What is needed here is many case-conversion tables for unibyte 
    characters, one each for every encoding we support.

We have that information in the case table for multibyte characters.

To make many additional case tables as you're proposing seems like a
lot of duplication, mostly wasteful--so I'm against it.



reply via email to

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