emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#7100: closed (24.0.50; Emacs for MS Windows cannot


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#7100: closed (24.0.50; Emacs for MS Windows cannot handle Unicode file name)
Date: Thu, 12 Dec 2013 18:27:04 +0000

Your message dated Thu, 12 Dec 2013 20:25:55 +0200
with message-id <address@hidden>
and subject line Re: bug#7100: 24.0.50; Emacs for MS Windows cannot handle 
Unicode file name
has caused the debbugs.gnu.org bug report #7100,
regarding 24.0.50; Emacs for MS Windows cannot handle Unicode file name
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7100: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7100
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; Emacs for MS Windows cannot handle Unicode file name Date: Sat, 25 Sep 2010 16:25:07 +0900 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Mule/6.0 (HANACHIRUSATO)
----

In MS Windows, ANSI file names are handled with fopen(), readdir(),
etc., while Unicode file names are handled with _wfopen(), _wreaddir(),
etc.

As MS Windows Emacs only uses fopen(), readdir(), etc., for handling
file names, Emacs can not handle Unicode file names.  If Windows uses
CP1252, only file names with CP1252 characters can be properly displayed
with Emacs.  (In dired, Unicode file names will be displayed as
undecipherable file name that contains tilde characters.)

On the other hand, for example, Cygwin (as of v1.7) now supports Unicode
file names, by means of UTF-8 format, thus it can handle any Windows
file names with Unix tools, such as rsync, etc.

This also implies that, the file-name output of `ls', `find' or `grep'
or other Unix tools of Cygwin can not be understood by Emacs (even if
cygwin-mount.el) is installed.

Regardless of Cygwin, I wish that if this problem would be recognized as
a bug and to be fixed in any future times.

Regards,

-- 
---------------------------------------------------------------------
  KAWABATA, Taichi  (address@hidden)



--- End Message ---
--- Begin Message --- Subject: Re: bug#7100: 24.0.50; Emacs for MS Windows cannot handle Unicode file name Date: Thu, 12 Dec 2013 20:25:55 +0200
> Date: Sat, 25 Sep 2010 15:25:07 +0200
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> > From: =5ddd=5e61 =592a=4e00 <address@hidden>( Taichi KAWABATA )
> > Date: Sat, 25 Sep 2010 16:25:07 +0900
> > Cc: 
> > 
> > As MS Windows Emacs only uses fopen(), readdir(), etc., for handling
> > file names, Emacs can not handle Unicode file names.  If Windows uses
> > CP1252, only file names with CP1252 characters can be properly displayed
> > with Emacs.  (In dired, Unicode file names will be displayed as
> > undecipherable file name that contains tilde characters.)
> 
> This is currently a missing feature in the Windows build of Emacs.
> Patches are most welcome.

Since no one stepped forward with the patches, I did it myself.

Starting with trunk revision 115490, Emacs on Windows can access file
names whose names include characters outside of the current ANSI
codepage.


--- End Message ---

reply via email to

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