all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tak Kunihiro <tkk@misasa.okayama-u.ac.jp>
To: help-gnu-emacs@gnu.org
Cc: tkk@misasa.okayama-u.ac.jp
Subject: Grep Japanese characters
Date: Thu, 12 Jul 2018 08:02:55 +0900 (JST)	[thread overview]
Message-ID: <20180712.080255.586725992291613595.tkk@misasa.okayama-u.ac.jp> (raw)

I want to grep Japanese string.  I can do it on Emacs for Mac but
cannot do it on Emacs for MS Windows.

I found that I can grep Japanese string using
c:/msys64/usr/bin/grep.exe on command prompt (outside of Emacs).
However, I cannot do it using c:/msys64/usr/bin/grep.exe on command
prompt by M-x shell (inside of Emacs).  I confirm that LC_ALL is set
to en_US.UTF-8 on both environments.

Can you give me a hint to grep Japanese string on Emacs for MS
Windows?



CMD> set
...
LC_ALL=en_US.UTF-8
...

CMD> c:/msys64/usr/bin/cat hello.txt
Hello is こんにちは in Japanese.
Hello is bonjour in French.

CMD> c:/msys64/usr/bin/grep.exe Hello hello.txt
Hello is こんにちは in Japanese.
Hello is bonjour in French.

CMD> c:/msys64/usr/bin/grep.exe "こんにちは" hello.txt
Hello is こんにちは in Japanese.



CMD> c:/emacs-26.1/bin/runemacs -Q
M-x shell

CMD> set
...
LC_ALL=en_US.UTF-8
...

CMD> c:/msys64/usr/bin/grep.exe Hello hello.txt
c:/msys64/usr/bin/grep.exe Hello hello.txt
Hello is こんにちは in Japanese.
Hello is bonjour in French.

CMD> c:/msys64/usr/bin/grep.exe "こんにちは" hello.txt
c:/msys64/usr/bin/grep.exe "こんにちは" hello.txt



             reply	other threads:[~2018-07-11 23:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-11 23:02 Tak Kunihiro [this message]
2018-07-12  2:40 ` Grep Japanese characters Eli Zaretskii
2018-07-12  3:05   ` YUE Daian
2018-07-12 13:10     ` Tak Kunihiro
2018-07-12 13:37       ` Eli Zaretskii
2018-07-13  3:36         ` Tak Kunihiro
2018-07-13  7:21           ` Eli Zaretskii
2018-07-13 14:06             ` Filipp Gunbin
2018-07-13 14:36               ` Eli Zaretskii
2018-07-16 20:11                 ` Filipp Gunbin
2018-07-17  2:29                   ` Eli Zaretskii
2018-07-13  2:58       ` YUE Daian
2018-07-12 13:23     ` Eli Zaretskii
2018-07-12  5:05   ` Yuri Khan
2018-07-12 13:27     ` Eli Zaretskii

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=20180712.080255.586725992291613595.tkk@misasa.okayama-u.ac.jp \
    --to=tkk@misasa.okayama-u.ac.jp \
    --cc=help-gnu-emacs@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.