diff options
author | tjr <tjr@FreeBSD.org> | 2002-06-08 08:08:47 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-06-08 08:08:47 +0000 |
commit | eca9ac0d2f4ea7b01a6322598cd3a86139c241f4 (patch) | |
tree | 0ac615ef9fc117f8c49a357d145e619378bf5df7 | |
parent | 13406799dd0dee18e19a5f84584ba7b577a26b03 (diff) | |
download | FreeBSD-src-eca9ac0d2f4ea7b01a6322598cd3a86139c241f4.zip FreeBSD-src-eca9ac0d2f4ea7b01a6322598cd3a86139c241f4.tar.gz |
Document cut(1)'s deficiencies in dealing with multibyte characters in the
BUGS section. These will be easy to fix when we have wide character stdio.
-rw-r--r-- | usr.bin/cut/cut.1 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 3da80f7..f81e682 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -137,3 +137,17 @@ The .Nm utility conforms to .St -p1003.2-92 . +.Sh BUGS +The +.Fl c +option is a synonym for the +.Fl b +option, which causes incorrect behaviour in locales that support +multibyte characters. +.Pp +When operating on fields +.Pq Fl f No option is specified , +.Nm +does not recognise multibyte characters, and the +.Ar delim +character is recognised in the middle of multibyte sequences. |