bug-grep
[Top][All Lists]
Advanced

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

bug#30681: What characters are in [[:space:]]?


From: Peng Yu
Subject: bug#30681: What characters are in [[:space:]]?
Date: Fri, 2 Mar 2018 11:23:22 -0600

Hi,

[[:space:]] includes the following unicode character.
http://www.fileformat.info/info/unicode/char/00a0/index.htm

$ echo 'a b' | grep 'a[[:space:]]b'
a b
$ echo 'a b'|xxd
00000000: 61c2 a062 0a                             a..b.

Where is this info documented for grep?

Are these all the possible white space characters?

http://jkorpela.fi/chars/spaces.html

-- 
Regards,
Peng





reply via email to

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