2 echo "static const uint32_t to_ucs4[256] = {"
3 sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d' \
4 -e 's/^<U\(....\)>[[:space:]]*.x\(..\).*/ [0x\2] = 0x\1,/p' \
7 echo "static const char from_ucs4[] = {"
8 sed -ne '/^[^[:space:]]*[[:space:]]*.x00/d' \
9 -e 's/^<U\(....\)>[[:space:]]*.x\(..\).*/ [0x\1] = 0x\2,/p' \