all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: cvs-quickdir and UTF-8 encoded file names
Date: Mon, 25 Aug 2003 10:14:16 +0900 (JST)	[thread overview]
Message-ID: <200308250114.KAA16654@etlken.m17n.org> (raw)
In-Reply-To: <shada37yfp.fsf@tux.gnu.franken.de> (message from Karl Eichwalder on Thu, 21 Aug 2003 18:44:26 +0200)

In article <shada37yfp.fsf@tux.gnu.franken.de>, Karl Eichwalder <keichwa@gmx.net> 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
handa@m17n.org

  parent reply	other threads:[~2003-08-25  1:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-16 16:33 cvs-quickdir and UTF-8 encoded file names Karl Eichwalder
2003-08-21  1:36 ` Kenichi Handa
2003-08-21  4:47   ` Karl Eichwalder
2003-08-21  6:26     ` Kenichi Handa
     [not found]       ` <shada37yfp.fsf@tux.gnu.franken.de>
2003-08-25  1:14         ` Kenichi Handa [this message]
2003-08-25  4:16           ` Karl Eichwalder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200308250114.KAA16654@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.