mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
Fix [[:xdigit:]] glitch on Solaris
* admin/charsets/mapconv: Revert this [[:xdigit:]] change. Solaris 10 ‘sed’ does not support [[:xdigit:]].
This commit is contained in:
parent
372efa6a41
commit
3a1fa9ed3f
@ -118,7 +118,7 @@ elif [ "$3" = "IANA" ] ; then
|
||||
# Source format is:
|
||||
# 0xXX 0xYYYY
|
||||
sed -n -e "${2}p" < $1 \
|
||||
| sed -e 's/\(0x[[:xdigit:]]*\)[^0]*\(0x[[:xdigit:]]*\).*/\1 \2/' \
|
||||
| sed -e 's/\(0x[0-9A-Fa-f]*\)[^0]*\(0x[0-9A-Fa-f]*\).*/\1 \2/' \
|
||||
| sort | ${AWKPROG}
|
||||
elif [ "$3" = "UNICODE" ] ; then
|
||||
# Source format is:
|
||||
|
Loading…
Reference in New Issue
Block a user