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

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

bug#27965: 25.2; \cj does not match some Japanese characters


From: Eli Zaretskii
Subject: bug#27965: 25.2; \cj does not match some Japanese characters
Date: Sat, 05 Aug 2017 14:29:40 +0300

> From: Andreas Schwab <schwab@linux-m68k.org>
> Cc: ynyaaa@gmail.com,  27965@debbugs.gnu.org
> Date: Sat, 05 Aug 2017 12:14:11 +0200
> 
> On Aug 05 2017, Eli Zaretskii <eliz@gnu.org> wrote:
> 
> >> From: ynyaaa@gmail.com
> >> Date: Sat, 05 Aug 2017 17:40:55 +0900
> >> 
> >> 
> >> (string-match "\\cj"
> >>               (mapconcat (lambda (l) (string (apply #'make-char
> >>                                                     
> >> 'japanese-jisx0213.2004-1
> >>                                                     l)))
> >>                          '((46 33) (47 126) (79 84) (79 126)
> >>                            (116 39) (126 122) (126 123) (126 124))
> >>                          ""))
> >> => nil
> >
> > It returns nil in Emacs 25.2, but 0 in the current master.  Does that
> > mean the problem is fixed in the current sources?
> 
> Most likely by commit 096d134765.

Probably.





reply via email to

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