diff options
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/charsets/mapconv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv index 8e19972f3df..2696b13a52e 100755 --- a/admin/charsets/mapconv +++ b/admin/charsets/mapconv | |||
| @@ -118,7 +118,7 @@ elif [ "$3" = "IANA" ] ; then | |||
| 118 | # Source format is: | 118 | # Source format is: |
| 119 | # 0xXX 0xYYYY | 119 | # 0xXX 0xYYYY |
| 120 | sed -n -e "${2}p" < $1 \ | 120 | sed -n -e "${2}p" < $1 \ |
| 121 | | sed -e 's/\(0x[0-9A-Fa-f]*\)[^0]*\(0x[0-9A-Fa-f]*\).*/\1 \2/' \ | 121 | | sed -e 's/\(0x[[:xdigit:]]*\)[^0]*\(0x[[:xdigit:]]*\).*/\1 \2/' \ |
| 122 | | sort | ${AWKPROG} | 122 | | sort | ${AWKPROG} |
| 123 | elif [ "$3" = "UNICODE" ] ; then | 123 | elif [ "$3" = "UNICODE" ] ; then |
| 124 | # Source format is: | 124 | # Source format is: |