emacs-devel
[Top][All Lists]
Advanced

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

Re: cvs-quickdir and UTF-8 encoded file names


From: Kenichi Handa
Subject: Re: cvs-quickdir and UTF-8 encoded file names
Date: Mon, 25 Aug 2003 10:14:16 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Karl Eichwalder <address@hidden> writes:
>>  Thank you for the info.  Somehow, Emacs fails to detect the
>>  encoding of this file.  Please send me that file by some
>>  8-bit transparent way (e.g. uuencode, base64-encoding).

> Here it comes:

I found an invalid UTF-8 sequence at 279th line.  It seems
that the file name on this line is in ISO-8859-1, not UTF-8.
Thus, Emacs failed to detect it as utf-8, and decoded it by
raw-text.

Perhaps the file Entries should be read by:

(let ((coding-system-for-read (or default-file-name-coding-system
                                  file-name-coding-system)))
   ...)

But, that file also contains "date" string.  Does Emacs uses
that part of information too?  If so, how is it encoded?
Does it contain only ASCII characters?  Or, is it encoded in
users locale?  Are there any possibility that the encoding
of file name is different from the encoding of date string
in a normal situation?

As my knowlege about CVS (and CVS handling code of emacs) is
limitted, I'd like to ask some other person to fix this
problem.  Of course, I'll answer any Mule-related questions.

---
Ken'ichi HANDA
address@hidden




reply via email to

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