summaryrefslogtreecommitdiff
path: root/source3/script/gen-8bit-gap.sh.in
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-09-01 11:33:42 +0000
committerAlexander Bokovoy <ab@samba.org>2003-09-01 11:33:42 +0000
commit39abb5caccc47ce6f16c3a0995e948076a314bf5 (patch)
tree320a705136663e965cd70f14cec366e033e0a448 /source3/script/gen-8bit-gap.sh.in
parentbce1fcd76bf728c1423ffacfbff325f0947856e1 (diff)
downloadsamba-39abb5caccc47ce6f16c3a0995e948076a314bf5.tar.gz
samba-39abb5caccc47ce6f16c3a0995e948076a314bf5.tar.bz2
samba-39abb5caccc47ce6f16c3a0995e948076a314bf5.zip
Proper fix for #380 -- use different algorithm to generate codepages
source code which allows to take gaps into account thus making unneccessary extended [index] = value, syntax in to_ucs2 array (This used to be commit 4ab08a4bb8dbd023eb85d16a594d3c4ed066f9ac)
Diffstat (limited to 'source3/script/gen-8bit-gap.sh.in')
-rwxr-xr-xsource3/script/gen-8bit-gap.sh.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/script/gen-8bit-gap.sh.in b/source3/script/gen-8bit-gap.sh.in
index e66c654c22..bcf64a4464 100755
--- a/source3/script/gen-8bit-gap.sh.in
+++ b/source3/script/gen-8bit-gap.sh.in
@@ -31,9 +31,7 @@ echo " */"
echo '#include "includes.h"'
echo
echo "static const uint16 to_ucs2[256] = {"
-sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d' \
- -e 's/^<U\(....\)>[[:space:]]*.x\(..\).*/ [0x\2] = 0x\1,/p' \
- "$CHARMAP" | sort -u
+cat "$CHARMAP" | @AWK@ -f @srcdir@/script/gen-8bit-gap.awk
echo "};"
echo
echo "static const struct charset_gap_table from_idx[] = {"