From bc900b1118e1fc7b065b37e4d28aa7c998ce5a66 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 26 Apr 1998 10:28:28 +0000 Subject: Update. 1998-04-26 Ulrich Drepper * iconvdata/gconv-modules: Add entry for ISO-2022-JP and ISO-2022-JP-2. --- iconvdata/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconvdata/Makefile') diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 8b83ade4fe..d302250a8b 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -353,7 +353,7 @@ $(objpfx)ibm1047.h: ../localedata/charmaps/IBM1047 Makefile $(objpfx)iso8859-7jp.h: ../localedata/charmaps/ISO-8859-7 Makefile $(make-target-directory) ( echo "static const uint32_t iso88597_to_ucs4[96] = {"; \ - sed -e '/^[^[:space:]]*[[:space:]]*.x00/d' -e 's/^[^[:space:]]*[[:space:]]*.x\([A-F].\)[[:space:]]*.*/ [0x\1-0xA0] = 0x\2,/p' -e d $^ | sort -u; \ + sed -e '/^[^[:space:]]*[[:space:]]*.x00/d' -e 's/^[^[:space:]]*[[:space:]]*.x\([A-F].\)[[:space:]]*.*/ [0x\1 - 0xA0] = 0x\2,/p' -e d $^ | sort -u; \ echo "};"; \ echo "static struct gap from_idx[] = {"; \ sed -e '/^[^[:space:]]*[[:space:]]*.x00/d' -e 's/^[^[:space:]]*[[:space:]]*.x\([A-F].\)[[:space:]]*.*/0x\2 0x\1/p' -e d $^ | sort -u | $(PERL) gap.pl; \ -- cgit v1.2.3