mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
19748d5522
commit
e4d15ec387
1 changed files with 14 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue