unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7100: 24.0.50; Emacs for MS Windows cannot handle Unicode file name
@ 2010-09-25  7:25 =5ddd=5e61 =592a=4e00
  2010-09-25 13:25 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: =5ddd=5e61 =592a=4e00 @ 2010-09-25  7:25 UTC (permalink / raw)
  To: 7100

----

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  (kawabata.taichi@gmail.com)





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#7100: 24.0.50; Emacs for MS Windows cannot handle Unicode file name
  2010-09-25  7:25 bug#7100: 24.0.50; Emacs for MS Windows cannot handle Unicode file name =5ddd=5e61 =592a=4e00
@ 2010-09-25 13:25 ` Eli Zaretskii
  2013-12-12 18:25   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2010-09-25 13:25 UTC (permalink / raw)
  To: =5ddd=5e61 =592a=4e00; +Cc: 7100

> From: =5ddd=5e61 =592a=4e00 <kawabata.taichi@gmail.com>( 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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#7100: 24.0.50; Emacs for MS Windows cannot handle Unicode file name
  2010-09-25 13:25 ` Eli Zaretskii
@ 2013-12-12 18:25   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2013-12-12 18:25 UTC (permalink / raw)
  To: kawabata.taichi; +Cc: 7100-done

> Date: Sat, 25 Sep 2010 15:25:07 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 7100@debbugs.gnu.org
> 
> > From: =5ddd=5e61 =592a=4e00 <kawabata.taichi@gmail.com>( 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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-12 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-25  7:25 bug#7100: 24.0.50; Emacs for MS Windows cannot handle Unicode file name =5ddd=5e61 =592a=4e00
2010-09-25 13:25 ` Eli Zaretskii
2013-12-12 18:25   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).