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

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

bug#13515: 24.3.50; file-name operating functions are broken on Japanese


From: Kazuhiro Ito
Subject: bug#13515: 24.3.50; file-name operating functions are broken on Japanese Windows
Date: Wed, 23 Jan 2013 18:39:04 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i386-mingw-nt6.1.7601) MULE/6.0 (HANACHIRUSATO)

At Tue, 22 Jan 2013 15:27:44 +0200,
Eli Zaretskii wrote:
> 
> > Date: Tue, 22 Jan 2013 14:13:32 +0200
> > From: Eli Zaretskii <eliz@gnu.org>
> > Cc: 13515@debbugs.gnu.org
> > 
> > > Date: Mon, 21 Jan 2013 22:48:44 +0900
> > > From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
> > > 
> > > The below code returns unexpected result in turnk on Windows.
> > > 
> > > (let ((file-name-coding-system 'cp932))
> > >   (expand-file-name "表" "C:/"))
> > > 
> > > -> "c:/\225/"
> > > 
> > > dostounix_filename does not support cp932 encoded string, which could
> > > contain '\\' as the part of Kankji characters.
> > 
> > Thanks, I will work on fixing this.
> 
> Please try the changes below (relative to the emacs-24 branch).  If no
> issues are found with them, I will soon install them on the release
> branch.

As far as I tested, the problem was fixed.  Thank you.

-- 
Kazuhiro Ito





reply via email to

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