I have added POSIX character classes to Mawk. See the attached patch.
- Sam
** Attachment added: "POSIX character classes for Mawk"
http://librarian.launchpad.net/4945736/mawk-1.3.3-posix-char-classes.patch
--
Defaul awk version can't build zd1211 kernel moduke from Dapper source
https://l
Public bug reported:
Binary package hint: mawk
Mawk does not support Posix character classes, such as [:upper:] and
[:lower:], in regular expressions. This makes it more difficult to
write portable Awk scripts (since [A-Z] match lower-case characters in
Gawk using non-English locales)
E.G.:
$
The patch to fix this issue.
- Sam
** Attachment added: "This patch adds POSIX character classes to Mawk"
http://librarian.launchpad.net/4945567/mawk-1.3.3-posix-char-classes.patch
--
Mawk does not support Posix character classes in expressions
https://launchpad.net/bugs/69724
--
ubuntu-b